diff --git a/frontend/src/app/components/tracker/tracker.component.html b/frontend/src/app/components/tracker/tracker.component.html index db5fa4032..f7a132ea0 100644 --- a/frontend/src/app/components/tracker/tracker.component.html +++ b/frontend/src/app/components/tracker/tracker.component.html @@ -118,7 +118,7 @@   } @else { - @if (!tx.status?.confirmed && showAccelerationSummary) { + @if (tx && !tx.status?.confirmed && showAccelerationSummary) { } -
+
@if (tx?.acceleration && !tx.status?.confirmed) {
@@ -186,7 +186,7 @@