diff --git a/apps/client/src/widgets/collections/NoteList.tsx b/apps/client/src/widgets/collections/NoteList.tsx index af5157fda..204095968 100644 --- a/apps/client/src/widgets/collections/NoteList.tsx +++ b/apps/client/src/widgets/collections/NoteList.tsx @@ -56,7 +56,7 @@ export default function NoteList(props: Pick { setEnabled(noteContext?.hasNoteList()); - }, [ noteContext, viewType, viewScope?.viewMode ]) + }, [ note, noteContext, viewType, viewScope?.viewMode ]) return }