refactor: remove unused parameter

This commit is contained in:
Baptiste Grob
2020-08-19 12:32:04 +02:00
parent ee837ea077
commit 5acaa062f0

View File

@@ -331,7 +331,7 @@ class EditorViewCtrl extends PureViewCtrl<{}, EditorState> {
this.removeComponentsObserver = this.application.streamItems(
ContentType.Component,
async (items) => {
async () => {
if (!this.note) return;
this.reloadStackComponents();
this.reloadNoteTagsComponent();