mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
fix useEffects recurring
This commit is contained in:
@@ -16,7 +16,6 @@ export const SelectionHeader = () => {
|
||||
const {colors, selectionMode, selectedItemsList, currentScreen} = state;
|
||||
const [selectAll, setSelectAll] = useState(false);
|
||||
|
||||
useEffect(() => {}, [currentScreen]);
|
||||
|
||||
return (
|
||||
<Animatable.View
|
||||
|
||||
Reference in New Issue
Block a user