diff --git a/ReactNativeClient/lib/components/screens/note.js b/ReactNativeClient/lib/components/screens/note.js index f3f882ba24..3c5f5a26af 100644 --- a/ReactNativeClient/lib/components/screens/note.js +++ b/ReactNativeClient/lib/components/screens/note.js @@ -497,7 +497,7 @@ class NoteScreenComponent extends BaseScreenComponent { }, }); - if (this.state.mode == 'edit') return ; + if (this.state.mode == 'edit') return null;//; return }