Don't need Home button in public timeline

This commit is contained in:
Lim Chee Aun 2023-02-11 18:21:39 +08:00
parent 26f8b618a5
commit b8a938b6d8

View file

@ -69,6 +69,7 @@ function Public({ local }) {
errorText="Unable to load posts" errorText="Unable to load posts"
fetchItems={fetchPublic} fetchItems={fetchPublic}
checkForUpdates={checkForUpdates} checkForUpdates={checkForUpdates}
headerStart={<></>}
/> />
); );
} }