diff --git a/frontend/app/components/Session_/EventsBlock/EventsBlock.tsx b/frontend/app/components/Session_/EventsBlock/EventsBlock.tsx index 5065e77f1..54e6e87e9 100644 --- a/frontend/app/components/Session_/EventsBlock/EventsBlock.tsx +++ b/frontend/app/components/Session_/EventsBlock/EventsBlock.tsx @@ -139,13 +139,14 @@ function EventsBlock(props: IProps) { }; const isEmptySearch = query && (usedEvents.length === 0 || !usedEvents); + const eventsText = `${query ? 'Filtered' : ''} ${usedEvents.length} Events`; return ( <>