Skip to content

Commit

Permalink
Updated event count chip rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
NisargChokshi45 committed Oct 3, 2024
1 parent 9e8e3d3 commit 6ee3286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/routes/events/Events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const Events: React.FC<EventsProps> = ({
<Box>
<Box display={'flex'} alignItems={'center'}>
<MqText heading>{i18next.t('events_route.title')}</MqText>
{isEventsLoading && (
{!isEventsLoading && (
<Chip
size={'small'}
variant={'outlined'}
Expand Down

0 comments on commit 6ee3286

Please sign in to comment.