Skip to content

Commit

Permalink
fix: ad
Browse files Browse the repository at this point in the history
  • Loading branch information
ByFishh committed Jan 21, 2024
1 parent cb13076 commit 2a01ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Wallet/Wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const Wallet = () => {
}}
/>
</section>
<Advertising id={1} />
{/*<Advertising id={1} />*/}
<section className="wallet-blockchain-section">
<GridInfo items={logic.wallet.additionalInfos.map((item) => ({ key: item.label, value: item.value }))} />
</section>
Expand Down

0 comments on commit 2a01ed4

Please sign in to comment.