Skip to content

Commit

Permalink
deleted logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Monobladegg committed Aug 28, 2024
1 parent 77bd980 commit 58d02cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/public/account/publicnet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@ const PublicNet: FC<Props> = ({ id }) => {
Number(totalInfo[1]) === 0
? ""
: "." + totalInfo[1];
console.log(item)
if (item.asset_code) {
return (
<BalanceItem
Expand Down

0 comments on commit 58d02cd

Please sign in to comment.