Skip to content

Commit 5c12e4a

Browse files
authored
Merge pull request #16570 from ethereum/master
Backmerge `master` into `staging`
2 parents 6dd836d + 10fab89 commit 5c12e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/UpcomingEventsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const UpcomingEventsList = () => {
9696
})
9797
}
9898

99-
if (Object.keys(monthGroupedEvents)?.length) {
99+
if (Object.keys(monthGroupedEvents)?.length === 0) {
100100
return (
101101
<Alert variant="update">
102102
<AlertEmoji text=":information_source:" />

0 commit comments

Comments
 (0)