Hide latest altcoin trades when not using official bisq markets.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user