diff --git a/apps/mobile/src/components/SelectionHeader/index.js b/apps/mobile/src/components/SelectionHeader/index.js index d6c5f139f..f8967fb5e 100644 --- a/apps/mobile/src/components/SelectionHeader/index.js +++ b/apps/mobile/src/components/SelectionHeader/index.js @@ -13,11 +13,11 @@ import {TEMPLATE_DELETE} from '../DialogManager/templates'; export const SelectionHeader = () => { // State const [state, dispatch] = useTracked(); - const {colors, selectionMode, selectedItemsList, currentScreen} = state; + const {colors, selectionMode, selectedItemsList, currentScreen,containerState} = state; const [selectAll, setSelectAll] = useState(false); - return ( + return (containerState.noSelectionHeader ? null :