Skip to content

Commit

Permalink
Merge pull request #203 from starknet-id/fix/btn_achievements
Browse files Browse the repository at this point in the history
fix: NFTs & achievements not updating on address change
  • Loading branch information
fricoben authored Oct 5, 2023
2 parents 74f4ce6 + e2e01f2 commit 3a678ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/[addressOrDomain].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ const AddressOrDomain: NextPage = () => {

useEffect(() => {
setInitProfile(false);
setAchievements([]);
setSoloBuildings([]);
}, [address, addressOrDomain]);

useEffect(() => {
Expand Down
Binary file added public/braavos/favicon.ico
Binary file not shown.

1 comment on commit 3a678ee

@vercel
Copy link

@vercel vercel bot commented on 3a678ee Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.