Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doyledyp committed May 8, 2022
1 parent 5c29b76 commit 4d80d8b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ const NftStakeCheckListModal = ({
useEffect(() => {
if(open)
checkApproval().then();
}, [open, showClaim]);
else
setSelectedNftIds([])
}, [open, showClaim, ]);

let nftIds = [];

Expand Down

0 comments on commit 4d80d8b

Please sign in to comment.