Skip to content

Commit

Permalink
typo: remove line for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
honeymaro committed Jan 22, 2024
1 parent 3b8d1dc commit 7c77d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Tokens/TokenDetail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function TokenDetailPage() {
return tokenAddress ? bookmarks?.includes(tokenAddress) : false;
}, [bookmarks, tokenAddress]);

const balance = 1;
const balance = useBalance(tokenAddress || "");

const bookmarkButton = useMemo(
() => (
Expand Down

0 comments on commit 7c77d34

Please sign in to comment.