ui: missing } for eventsblock

This commit is contained in:
nick-delirium 2025-05-06 11:29:55 +02:00
parent 5ee2b125c8
commit a3fdad3de1
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -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,