From ed4dc30a6eca72c7e45473964b55b6e04212afd0 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 7 Jul 2025 20:07:04 +0300 Subject: [PATCH] refator(client): type error --- apps/client/src/widgets/note_list.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/client/src/widgets/note_list.ts b/apps/client/src/widgets/note_list.ts index 54ba1a395..afc31a66a 100644 --- a/apps/client/src/widgets/note_list.ts +++ b/apps/client/src/widgets/note_list.ts @@ -185,6 +185,8 @@ export default class NoteListWidget extends NoteContextAwareWidget { return ret; } } + + return null; } }