Hide latest altcoin trades when not using official bisq markets.

This commit is contained in:
softsimon
2021-04-24 20:33:56 +04:00
parent 301c8f8a82
commit cf764dbb8b
3 changed files with 10 additions and 4 deletions

View File

@@ -44,12 +44,12 @@
<br><br>
<h2>Trade History (Last 100 trades)</h2>
<h2>Latest trades</h2>
<table class="table table-borderless table-striped">
<thead>
<th>Date</th>
<th>Price</th>
<th>Trade amount (BTC)</th>
<th>Trade amount</th>
<th>Trade amount</th>
</thead>
<tbody *ngIf="trades$ | async as trades; else loadingTmpl">