mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-23 09:45:46 +03:00
Don't need Home button in public timeline
This commit is contained in:
parent
26f8b618a5
commit
b8a938b6d8
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ function Public({ local }) {
|
|||
errorText="Unable to load posts"
|
||||
fetchItems={fetchPublic}
|
||||
checkForUpdates={checkForUpdates}
|
||||
headerStart={<></>}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue