diff --git a/apps/mobile/src/components/SelectionWrapper/index.js b/apps/mobile/src/components/SelectionWrapper/index.js index 30fcbda55..77e5c3e77 100644 --- a/apps/mobile/src/components/SelectionWrapper/index.js +++ b/apps/mobile/src/components/SelectionWrapper/index.js @@ -105,7 +105,7 @@ const ActionStrip = ({note, setActionStrip}) => { const actions = [ { icon: note.pinned ? 'pin-off' : 'pin', - visible: true, + visible:note.type === "note" || note.type === "notebook", onPress: async () => { if (!note.id) return;