Skip to content

Commit

Permalink
Merge pull request #63 from poap-xyz/release/v1.4.2
Browse files Browse the repository at this point in the history
Release v1.4.2
  • Loading branch information
jm42 authored May 25, 2023
2 parents e4c88a4 + 68ac48b commit 5449566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4.1",
"version": "1.4.2",
"author": {
"name": "POAP",
"url": "https://poap.xyz"
Expand Down
2 changes: 1 addition & 1 deletion src/components/EventsOwners.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function EventsOwners({
link={true}
title={`Expands${showAll ? ' all' : ''} collectors${showAll ? '' : ' in common'} between drop${Object.keys(events).length === 1 ? '' : 's'} #${Object.keys(events).join(', #')}`}
addresses={ownersEntries.map(([ownerAddress]) => ownerAddress)}
eventIds={Object.keys(events)}
eventIds={Object.keys(owners)}
/>
</ButtonGroup>
)}
Expand Down

0 comments on commit 5449566

Please sign in to comment.