diff --git a/apps/mobile/src/components/ActionSheetComponent/index.js b/apps/mobile/src/components/ActionSheetComponent/index.js index 79a95202d..dcf032860 100644 --- a/apps/mobile/src/components/ActionSheetComponent/index.js +++ b/apps/mobile/src/components/ActionSheetComponent/index.js @@ -797,7 +797,7 @@ export const ActionSheetComponent = ({ /> ) : null} - {columnItems.length > 0 ? ( + {note.id && columnItems.length > 0 ? (