diff --git a/apps/mobile/src/components/SelectionWrapper/index.js b/apps/mobile/src/components/SelectionWrapper/index.js index 86285c699..c096094c6 100644 --- a/apps/mobile/src/components/SelectionWrapper/index.js +++ b/apps/mobile/src/components/SelectionWrapper/index.js @@ -39,7 +39,7 @@ const SelectionWrapper = ({ } } } - }, [selectedItemsList]); + }, [selectedItemsList,item.id]); const onLong = () => { if (selectionMode) return;