From a3fdad3de170b68d63dde68b89dd316826123b45 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Tue, 6 May 2025 11:29:55 +0200 Subject: [PATCH] ui: missing } for eventsblock --- frontend/app/components/Session_/EventsBlock/EventsBlock.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app/components/Session_/EventsBlock/EventsBlock.tsx b/frontend/app/components/Session_/EventsBlock/EventsBlock.tsx index 643673bf7..940c257cd 100644 --- a/frontend/app/components/Session_/EventsBlock/EventsBlock.tsx +++ b/frontend/app/components/Session_/EventsBlock/EventsBlock.tsx @@ -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,