We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89508d commit 6310082Copy full SHA for 6310082
1 file changed
src/controllers/pages/networkStatsPage/DoughnutChart.tsx
@@ -145,7 +145,7 @@ export const DoughnutChart: React.FC<Props> = ({
145
<span className="overview--chart--legend--faded">
146
{standardAmount}{" "}
147
{token}
148
- {" - "}
+ {/*{" - "}*/}
149
</span>
150
) : entry.amount.isGreaterThan(
151
0,
@@ -157,12 +157,12 @@ export const DoughnutChart: React.FC<Props> = ({
157
{" - "}
158
159
) : null}
160
- <CurrencyIcon
161
- currency={
162
- quoteCurrency
163
- }
164
- />
165
- {entry.quote.toFormat(2)}
+ {/*<CurrencyIcon*/}
+ {/* currency={*/}
+ {/* quoteCurrency*/}
+ {/* }*/}
+ {/*/>*/}
+ {/*{entry.quote.toFormat(2)}*/}
166
</div>
167
168
);
0 commit comments