mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 14:39:34 +01:00
cleanup
This commit is contained in:
@@ -19,7 +19,6 @@ export const SelectionHeader = () => {
|
||||
selectionMode,
|
||||
selectedItemsList,
|
||||
currentScreen,
|
||||
containerState,
|
||||
premiumUser,
|
||||
} = state;
|
||||
const [selectAll, setSelectAll] = useState(false);
|
||||
@@ -34,7 +33,7 @@ export const SelectionHeader = () => {
|
||||
}).start();
|
||||
}, [selectionMode]);
|
||||
|
||||
return containerState.noSelectionHeader ? null : (
|
||||
return (
|
||||
<Animated.View
|
||||
style={{
|
||||
width: '100%',
|
||||
|
||||
Reference in New Issue
Block a user