Skip to content

Commit

Permalink
Resolved comment on the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Nisarg-Chokshi committed Aug 1, 2023
1 parent 6f10f5e commit 50c2cc9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/src/routes/events/Events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,7 @@ class Events extends React.Component<EventsProps, EventsState> {
<MqText heading>{i18next.t('events_route.title')}</MqText>
Page: {this.pageNavigation()}
</Box>
{events.length === 0 ? (
<></>
) : (
{events.length === 0 && (
<Box>
<Tooltip title={i18next.t('events_route.previous_page')}>
<IconButton
Expand Down

0 comments on commit 50c2cc9

Please sign in to comment.