Browse Source

remove unecessary rule

Arnaud Vergnet 2 years ago
parent
commit
3cb6ddd7f9
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/screens/Planex/GroupSelectionScreen.tsx

+ 0
- 1
src/screens/Planex/GroupSelectionScreen.tsx View File

@@ -75,7 +75,6 @@ function GroupSelectionScreen() {
75 75
           ? { marginHorizontal: 0, width: '70%' }
76 76
           : { marginHorizontal: 0, right: 50, left: 50 },
77 77
     });
78
-    // eslint-disable-next-line react-hooks/exhaustive-deps
79 78
   }, [navigation]);
80 79
 
81 80
   const getSearchBar = () => {

Loading…
Cancel
Save