diff --git a/client/src/views/stream/notes/update.js b/client/src/views/stream/notes/update.js index ed9fb39696..35ae0836f4 100644 --- a/client/src/views/stream/notes/update.js +++ b/client/src/views/stream/notes/update.js @@ -50,7 +50,7 @@ class UpdateNoteStreamView extends NoteStreamView { } setup() { - this.addActionHandler('expandDetails', /** MouseEvent */(e, target) => this.toggleDetails(e, target)); + this.addActionHandler('expandDetails', (e, target) => this.toggleDetails(e, target)); this.createMessage();