From d90148fcd6d67ca580a92f66c9ed48a414be2d68 Mon Sep 17 00:00:00 2001 From: Hendy Irawan Date: Mon, 14 Sep 2020 19:47:50 +0700 Subject: [PATCH] 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 --- app/stacks/OutsideStack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (