Skip to content

Commit

Permalink
fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
alimaktabi committed Jan 24, 2024
1 parent 978d693 commit fbf1fd4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ const WinnersModalBody = ({ winnersResultRaffle }: Props) => {
<div className="mt-4 h-72 text-sm styled-scroll w-full overflow-auto">
{userEnrollments.map((item, key) => (
<WalletWinner
claimingPrizeTx={item.claimingPrizeTx}
id={item.pk}
walletAddress={item.userWalletAddress}
isWinner
Expand Down

0 comments on commit fbf1fd4

Please sign in to comment.