Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Dec 11, 2024
2 parents 6c3ae70 + 3f45005 commit 0a2566b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/reputation-score/score.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const ScorePage = () => {
}
};

// Use URLSearchParams to extract query parameters
const params = new URLSearchParams(window.location.search);
const tokenId = params.get('tokenId');
const address = params.get('address');
Expand Down

0 comments on commit 0a2566b

Please sign in to comment.