fix: remove plus sign from 0 ETH in membership display
Corrected the display of Ethereum (ETH) income in the membership summary table to not show a misleading "+" sign before a zero value. This change ensures consistency and clarity in financial reporting across different cryptocurrencies, eliminating any confusion for users analyzing their income streams.
This commit is contained in:
parent
cb51038db4
commit
f92c9294e7
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@
|
||||||
<td><b>Total Income</b></td>
|
<td><b>Total Income</b></td>
|
||||||
<td><b>+ €365.00</b></td>
|
<td><b>+ €365.00</b></td>
|
||||||
<td><b>+ 0.00043400 BTC</b></td>
|
<td><b>+ 0.00043400 BTC</b></td>
|
||||||
<td><b>+ 0 ETH</b></td>
|
<td><b>0 ETH</b></td>
|
||||||
<td><b>+ 0.447661805527 XMR</b></td>
|
<td><b>+ 0.447661805527 XMR</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="table-secondary">
|
<tr class="table-secondary">
|
||||||
|
|
Loading…
Reference in a new issue