rm comment

This commit is contained in:
Hailey
2024-06-12 11:37:19 -07:00
parent 13dae9bc0d
commit be1e790f49
-1
View File
@@ -316,7 +316,6 @@ function commonScreens(Stack: typeof HomeTab, unreadCountLabel?: string) {
/> />
<Stack.Screen name="Feeds" getComponent={() => FeedsScreen} /> <Stack.Screen name="Feeds" getComponent={() => FeedsScreen} />
<Stack.Screen <Stack.Screen
// @ts-ignore What the fuck?
name="StarterPack" name="StarterPack"
getComponent={() => StarterPackScreen} getComponent={() => StarterPackScreen}
options={{title: title(msg`Starter Pack`), requireAuth: true}} options={{title: title(msg`Starter Pack`), requireAuth: true}}