diff --git a/app/stacks/OutsideStack.js b/app/stacks/OutsideStack.js index fc384f0e6..031980ae4 100644 --- a/app/stacks/OutsideStack.js +++ b/app/stacks/OutsideStack.js @@ -21,7 +21,7 @@ import AuthenticationWebView from '../views/AuthenticationWebView'; // Outside const Outside = createStackNavigator(); -const _OutsideStack = ({ root }) => { +const _OutsideStack = (/*{ root }*/) => { const { theme } = React.useContext(ThemeContext); return (