fix: error 'root' is defined but never used no-unused-vars (#2460)

/workspace/Rocket.Chat.ReactNative/app/stacks/OutsideStack.js
  24:26  error  'root' is defined but never used  no-unused-vars
This commit is contained in:
Hendy Irawan 2020-09-14 19:47:50 +07:00 committed by GitHub
parent 8cfd9d34c4
commit d90148fcd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import AuthenticationWebView from '../views/AuthenticationWebView';
// Outside // Outside
const Outside = createStackNavigator(); const Outside = createStackNavigator();
const _OutsideStack = ({ root }) => { const _OutsideStack = (/*{ root }*/) => {
const { theme } = React.useContext(ThemeContext); const { theme } = React.useContext(ThemeContext);
return ( return (