Skip to content

Commit

Permalink
fix: issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Mar 11, 2023
1 parent 657b439 commit be8ea3b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/libs/Navigation/AppNavigator/PublicScreens.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import SignInPage from '../../../pages/signin/SignInPage';
import SetPasswordPage from '../../../pages/SetPasswordPage';
import ValidateLoginPage from '../../../pages/ValidateLoginPage';
import LogInWithShortLivedAuthTokenPage from '../../../pages/LogInWithShortLivedAuthTokenPage';
import ConciergePage from '../../../pages/ConciergePage';
import SCREENS from '../../../SCREENS';
import defaultScreenOptions from './defaultScreenOptions';

Expand Down Expand Up @@ -32,11 +31,6 @@ const PublicScreens = () => (
options={defaultScreenOptions}
component={SetPasswordPage}
/>
<RootStack.Screen
name="Concierge"
options={defaultScreenOptions}
component={ConciergePage}
/>
</RootStack.Navigator>
);

Expand Down

0 comments on commit be8ea3b

Please sign in to comment.