Skip to content

Commit

Permalink
Fix/conflicts (#362)
Browse files Browse the repository at this point in the history
* update announcements

* replace Tctext

* update oci

* update url

* update

* fix

* remove

---------

Co-authored-by: Cyrille <[email protected]>
  • Loading branch information
mehdi-torabiv and cyri113 committed Dec 11, 2024
1 parent 93bdec6 commit b45fd70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 69 deletions.
68 changes: 0 additions & 68 deletions src/pages/not-found.tsx

This file was deleted.

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 b45fd70

Please sign in to comment.