refator(client): type error

This commit is contained in:
Elian Doran 2025-07-07 20:07:04 +03:00
parent ce9010ff13
commit ed4dc30a6e
No known key found for this signature in database

View File

@ -185,6 +185,8 @@ export default class NoteListWidget extends NoteContextAwareWidget {
return ret; return ret;
} }
} }
return null;
} }
} }