mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 07:54:57 -06:00
fix back button on faves screen
This commit is contained in:
parent
8c0511f73b
commit
d00a4f6ad3
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ const Nav = (props: Props) => {
|
|||
key="faves"
|
||||
icon="favorite"
|
||||
label="Faves"
|
||||
onPress={setRoute('/list/faves')}
|
||||
onPress={pushRoute('/list/faves')}
|
||||
style={{
|
||||
container: {
|
||||
minWidth: 40,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue