Skip to content

Commit

Permalink
fix: disabling currency conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
xnyl committed Dec 31, 2022
1 parent e89508d commit 6310082
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/controllers/pages/networkStatsPage/DoughnutChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const DoughnutChart: React.FC<Props> = ({
<span className="overview--chart--legend--faded">
{standardAmount}{" "}
{token}
{" - "}
{/*{" - "}*/}
</span>
) : entry.amount.isGreaterThan(
0,
Expand All @@ -157,12 +157,12 @@ export const DoughnutChart: React.FC<Props> = ({
{" - "}
</span>
) : null}
<CurrencyIcon
currency={
quoteCurrency
}
/>
{entry.quote.toFormat(2)}
{/*<CurrencyIcon*/}
{/* currency={*/}
{/* quoteCurrency*/}
{/* }*/}
{/*/>*/}
{/*{entry.quote.toFormat(2)}*/}
</div>
</div>
);
Expand Down

0 comments on commit 6310082

Please sign in to comment.