ui: missing } for eventsblock
This commit is contained in:
parent
5ee2b125c8
commit
a3fdad3de1
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ function EventsBlock(props: IProps) {
|
|||
: false
|
||||
: true
|
||||
).filter((e: any) => !e.noteId && e.type !== 'TABCHANGE' && uiPlayerStore.showOnlySearchEvents ? e.isHighlighted : true);
|
||||
}
|
||||
}, [
|
||||
filteredLength,
|
||||
query,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue