diff --git a/apps/mobile/src/components/NoteItem/index.js b/apps/mobile/src/components/NoteItem/index.js index 8aa559e67..1c79fe7f9 100644 --- a/apps/mobile/src/components/NoteItem/index.js +++ b/apps/mobile/src/components/NoteItem/index.js @@ -336,7 +336,7 @@ const NoteItem = props => { if (value) { show = value; } - ActionSheet._setModalVisible(); + actionSheet._setModalVisible(); }} />