simplify acceleration preview summary

This commit is contained in:
Mononaut
2023-11-22 16:38:58 +09:00
parent deaf6ad6a5
commit 8bd2aa3dd3
2 changed files with 7 additions and 42 deletions

View File

@@ -56,7 +56,6 @@ export class AcceleratePreviewComponent implements OnInit, OnDestroy, OnChanges
maxCost = 0;
userBid = 0;
selectFeeRateIndex = 1;
showTable: 'estimated' | 'maximum' = 'maximum';
isMobile: boolean = window.innerWidth <= 767.98;
maxRateOptions: RateOption[] = [];