Skip to content

Commit

Permalink
removes console log
Browse files Browse the repository at this point in the history
  • Loading branch information
PanchoBubble committed Dec 23, 2024
1 parent 90a1c59 commit f9eac7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/containers/main/SideBar/components/Wallet/Wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export default function Wallet() {
const displayValue = balance === null ? '-' : showBalance ? formatted : '*****';

const handleShowClick = useCallback(async () => {
console.log({ balance, transactions, isTransactionLoading });
if (balance && !transactions.length && !isTransactionLoading) {
await fetchTx();
} else {
Expand Down

0 comments on commit f9eac7a

Please sign in to comment.