Fix drawer title when going back on Best

This commit is contained in:
Brandon Presley 2022-07-11 13:06:16 +12:00
parent f2283669f8
commit 1a2fcf04c3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export default function BestPage() {
headerLeft: () => (
<IconButton icon="menu" onPress={navigation.openDrawer} />
),
title: 'Home',
title: 'Best',
});
},
}}