From 3cb6ddd7f9769158474ff61969e04f00b57fda36 Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Mon, 10 May 2021 23:38:52 +0200 Subject: [PATCH] remove unecessary rule --- src/screens/Planex/GroupSelectionScreen.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/screens/Planex/GroupSelectionScreen.tsx b/src/screens/Planex/GroupSelectionScreen.tsx index 2e00f29..d65f4b0 100644 --- a/src/screens/Planex/GroupSelectionScreen.tsx +++ b/src/screens/Planex/GroupSelectionScreen.tsx @@ -75,7 +75,6 @@ function GroupSelectionScreen() { ? { marginHorizontal: 0, width: '70%' } : { marginHorizontal: 0, right: 50, left: 50 }, }); - // eslint-disable-next-line react-hooks/exhaustive-deps }, [navigation]); const getSearchBar = () => {