mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 14:22:44 +01:00
Removing extra capacity row
This commit is contained in:
parent
0e090f940a
commit
a8188a3536
1 changed files with 0 additions and 15 deletions
|
@ -52,21 +52,6 @@
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-100 d-block d-md-none"></div>
|
|
||||||
<div class="col-md">
|
|
||||||
<table class="table table-borderless table-striped">
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td i18n="address.total-received">Capacity</td>
|
|
||||||
<td>
|
|
||||||
<app-sats [satoshis]="channel.capacity"></app-sats>
|
|
||||||
<app-fiat [value]="channel.capacity" digitsInfo="1.0-0"></app-fiat>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Add table
Reference in a new issue