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 = () => {