Always render app-mempool-graph using LTR

This commit is contained in:
wiz
2020-12-04 22:41:58 +09:00
parent e49ecd9368
commit 62363802be
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
</div>
<div class="chart-holder" *ngIf="mempoolStats.length">
<app-mempool-graph [data]="mempoolStats"></app-mempool-graph>
<app-mempool-graph dir="ltr" [data]="mempoolStats"></app-mempool-graph>
</div>
<div class="text-center" class="blockchain-wrapper">