Skip to content

Commit

Permalink
remote display USDT from deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
Teri-anric committed Jan 28, 2025
1 parent d8cce1b commit 38c8fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/dashboard/deposited/Deposited.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ function Deposited({ data }) {
<p className="currency-value">{data.usdc}</p>
</div>

<div className="info-divider" />
{/* <div className="info-divider" />
<div className="deposited-item">
<div className="currency-name">
<EthIcon className="icon" />
<p className="currency-name">USDT</p>
</div>
<p className="currency-value">{data.usdt}</p>
</div>
</div> */}
</div>
</div>
);
Expand Down

0 comments on commit 38c8fd9

Please sign in to comment.