Skip to content

Commit

Permalink
Merge pull request #369 from TogetherCrew/hotfix/nft-url-replacement
Browse files Browse the repository at this point in the history
update url
  • Loading branch information
cyri113 authored Dec 16, 2024
2 parents c373e3c + 080c9bd commit 2d46a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/reputation-score/mint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ const MintSection: React.FC<MintSectionProps> = ({
variant='contained'
onClick={() =>
router.push(
`/reputation-score/${dynamicNFTModuleInfo?.metadata[0]?.tokenId}/${address}/score`
`/reputation-score/score?tokenId=${dynamicNFTModuleInfo?.metadata[0]?.tokenId}&address=${address}`
)
}
>
Expand Down

0 comments on commit 2d46a6d

Please sign in to comment.