Disable difficulty adjustment table for now until loadMore is implemented

This commit is contained in:
nymkappa
2022-02-22 23:32:14 +09:00
parent 824f7ae346
commit e941787cd7
3 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
<div class="spinner-border text-light"></div>
</div>
<div class="mt-3" *ngIf="!widget">
<!-- <div class="mt-3" *ngIf="!widget">
<table class="table table-borderless table-sm text-center">
<thead>
<tr>
@@ -53,6 +53,6 @@
</tr>
</tbody>
</table>
</div>
</div> -->
</div>