diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 24fec4796..8967e03b8 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -126,7 +126,7 @@
-

+

diff --git a/frontend/src/app/components/transaction/transaction.component.ts b/frontend/src/app/components/transaction/transaction.component.ts index 1d545c407..e79dd2b50 100644 --- a/frontend/src/app/components/transaction/transaction.component.ts +++ b/frontend/src/app/components/transaction/transaction.component.ts @@ -146,6 +146,7 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy { scrollIntoAccelPreview = false; cashappEligible = false; auditEnabled: boolean = this.stateService.env.AUDIT && this.stateService.env.BASE_MODULE === 'mempool' && this.stateService.env.MINING_DASHBOARD === true; + isMempoolSpaceBuild = this.stateService.isMempoolSpaceBuild; @ViewChild('graphContainer') graphContainer: ElementRef;