Skip to content

Commit 1d90f18

Browse files
Updated event count chip rendering (#2916)
1 parent 9e8e3d3 commit 1d90f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/routes/events/Events.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const Events: React.FC<EventsProps> = ({
185185
<Box>
186186
<Box display={'flex'} alignItems={'center'}>
187187
<MqText heading>{i18next.t('events_route.title')}</MqText>
188-
{isEventsLoading && (
188+
{!isEventsLoading && (
189189
<Chip
190190
size={'small'}
191191
variant={'outlined'}

0 commit comments

Comments
 (0)