diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-17 13:42:16 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-17 13:42:16 -0500 |
commit | 85910cdbea73352a0512218d4a3851ad52e7c8b3 (patch) | |
tree | f0cf2328716fb6365cae47297eaaeb18ad0d3edb /src/Navigation.tsx | |
parent | df3b98815711970a81dd1fb082378e8504022de1 (diff) | |
download | voidsky-85910cdbea73352a0512218d4a3851ad52e7c8b3.tar.zst |
Fix missed change in merge
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r-- | src/Navigation.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Navigation.tsx b/src/Navigation.tsx index 45ab439b6..4521068f2 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -187,8 +187,6 @@ function commonScreens(Stack: typeof HomeTab, unreadCountLabel?: string) { component={AppPasswords} options={{title: title('App Passwords')}} /> - <Stack.Screen name="CopyrightPolicy" component={CopyrightPolicyScreen} /> - <Stack.Screen name="AppPasswords" component={AppPasswords} /> <Stack.Screen name="SavedFeeds" component={SavedFeeds} /> <Stack.Screen name="PinnedFeeds" component={PinnedFeeds} /> <Stack.Screen name="CustomFeed" component={CustomFeed} /> |