diff --git a/apps/mobile/app/components/list-items/note/wrapper.js b/apps/mobile/app/components/list-items/note/wrapper.js index 616febf2d..21df05dcf 100644 --- a/apps/mobile/app/components/list-items/note/wrapper.js +++ b/apps/mobile/app/components/list-items/note/wrapper.js @@ -68,7 +68,7 @@ export const openNote = async (item, isTrash, setSelectedItem, isSheet) => { clearSelection(); } - if (!_note.conflicted) { + if (_note.conflicted) { eSendEvent(eShowMergeDialog, _note); return; }