mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 05:54:56 -06:00
hide favorites in nav
This commit is contained in:
parent
43719fde92
commit
9b7a7c387b
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ const Nav = ({ activeTab, setRoute }: Props) => {
|
|||
label="Places"
|
||||
onPress={setRoute('/list/places')}
|
||||
/>
|
||||
<BottomNavigation.Action key="favorites" icon="favorite" label="Favorites" />
|
||||
{/* <BottomNavigation.Action key="favorites" icon="favorite" label="Favorites" /> */}
|
||||
<BottomNavigation.Action
|
||||
key="profile"
|
||||
icon="person"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue