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:
parent
8cfd9d34c4
commit
d90148fcd6
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue