Removing extra capacity row

This commit is contained in:
softsimon 2022-09-09 19:42:44 +02:00
parent 0e090f940a
commit a8188a3536
No known key found for this signature in database
GPG key ID: 488D7DCFB5A430D7

View file

@ -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>