Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
vorujack committed Apr 20, 2024
1 parent 9a71b22 commit 52e4de0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/wallet-page/asset/AssetItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ interface PropsType {
}

const AssetItem = (props: PropsType) => {
console.log(props)
const [showDetail, setShowDetail] = useState(false);
const details = useAssetDetail(props.id, props.network_type);
return (
Expand Down

0 comments on commit 52e4de0

Please sign in to comment.