Fix tx fee to display historical price

This commit is contained in:
natsoni
2024-03-14 13:08:15 +01:00
parent 0fcfc5e78d
commit 7bc6ef2516
2 changed files with 1 additions and 2 deletions

View File

@@ -109,7 +109,6 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
hideFlow: boolean = this.stateService.hideFlow.value;
overrideFlowPreference: boolean = null;
flowEnabled: boolean;
blockConversion: Price;
tooltipPosition: { x: number, y: number };
isMobile: boolean;