Tracker bottom panel with status icon

This commit is contained in:
Mononaut
2024-04-13 09:05:50 +00:00
parent 29851537eb
commit ecc234a96a
4 changed files with 66 additions and 5 deletions

View File

@@ -144,7 +144,6 @@ export class TrackerComponent implements OnInit, OnDestroy {
this.acceleratorAvailable = this.stateService.env.OFFICIAL_MEMPOOL_SPACE && this.stateService.env.ACCELERATOR && this.stateService.network === '';
if (this.acceleratorAvailable && this.stateService.ref === 'https://cash.app/') {
this.showAccelerationSummary = true;
this.paymentType = 'cashapp';
}