Skip to content

Commit

Permalink
Merge pull request #436 from poap-xyz/release/v1.20.1
Browse files Browse the repository at this point in the history
Release v1.20.1
  • Loading branch information
jm42 authored Dec 19, 2024
2 parents 81f345c + 22e0535 commit 010dd2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/poap-family",
"version": "1.20.0",
"version": "1.20.1",
"author": {
"name": "POAP",
"url": "https://poap.xyz"
Expand Down
2 changes: 2 additions & 0 deletions src/pages/Events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,9 @@ function Events() {
Cached <Timestamp ts={eventsInCommon[event.id].ts} />
{(
completedInCommonEvents[event.id] &&
eventsOwners[event.id] != null &&
eventsInCommon[event.id] != null &&
eventsInCommon[event.id].inCommon[event.id] != null &&
eventsInCommon[event.id].inCommon[event.id].length !== eventsOwners[event.id].length
) && (
<>
Expand Down

0 comments on commit 010dd2e

Please sign in to comment.