aboutsummaryrefslogtreecommitdiff
path: root/src/routes/main/MainStackScreen.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/main/MainStackScreen.tsx')
-rw-r--r--src/routes/main/MainStackScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/main/MainStackScreen.tsx b/src/routes/main/MainStackScreen.tsx
index b99e2e3a..7b55d249 100644
--- a/src/routes/main/MainStackScreen.tsx
+++ b/src/routes/main/MainStackScreen.tsx
@@ -236,7 +236,7 @@ const MainStackScreen: React.FC<MainStackProps> = ({route}) => {
name="Badge"
component={BadgeSelection}
options={{
- ...headerBarOptions('white', 'Badge'),
+ ...headerBarOptions('white', ''),
}}
/>
</MainStack.Navigator>