Skip to content

Commit

Permalink
fix: add tokenId to fetchContractInfo function
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashshah committed Aug 5, 2024
1 parent 9419e3e commit 2186161
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ const AddCriteria = ({ handlePrevious, onClose, criteriaStateManager }: ModalHea
setDecimals,
selectedChainValue,
dropdownChainsValues,
tokenId: Number(tokenId)
});
}, 2000);
return () => clearTimeout(getData);
Expand Down

0 comments on commit 2186161

Please sign in to comment.