Skip to content

Commit 6310082

Browse files
committed
fix: disabling currency conversion
1 parent e89508d commit 6310082

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/controllers/pages/networkStatsPage/DoughnutChart.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export const DoughnutChart: React.FC<Props> = ({
145145
<span className="overview--chart--legend--faded">
146146
{standardAmount}{" "}
147147
{token}
148-
{" - "}
148+
{/*{" - "}*/}
149149
</span>
150150
) : entry.amount.isGreaterThan(
151151
0,
@@ -157,12 +157,12 @@ export const DoughnutChart: React.FC<Props> = ({
157157
{" - "}
158158
</span>
159159
) : null}
160-
<CurrencyIcon
161-
currency={
162-
quoteCurrency
163-
}
164-
/>
165-
{entry.quote.toFormat(2)}
160+
{/*<CurrencyIcon*/}
161+
{/* currency={*/}
162+
{/* quoteCurrency*/}
163+
{/* }*/}
164+
{/*/>*/}
165+
{/*{entry.quote.toFormat(2)}*/}
166166
</div>
167167
</div>
168168
);

0 commit comments

Comments
 (0)