Merge pull request #2534 from mempool/simon/removing-double-row

Removing extra capacity row
This commit is contained in:
wiz 2022-09-09 19:51:32 +02:00 committed by GitHub
commit 1a8102f91c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,21 +52,6 @@
</table>
</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>
<br>