diff --git a/frontend/src/app/components/custom-dashboard/custom-dashboard.component.html b/frontend/src/app/components/custom-dashboard/custom-dashboard.component.html index e54603789..50840d5e9 100644 --- a/frontend/src/app/components/custom-dashboard/custom-dashboard.component.html +++ b/frontend/src/app/components/custom-dashboard/custom-dashboard.component.html @@ -70,11 +70,17 @@
-
Minimum fee
-
Purging
-

- < -

+ @if (!mempoolInfoData.value || mempoolInfoData.value.memPoolInfo.mempoolminfee === mempoolInfoData.value.memPoolInfo.minrelaytxfee || (stateService.env.BASE_MODULE === 'liquid' && mempoolInfoData.value.memPoolInfo.mempoolminfee === 0.000001)) { +
Minimum fee
+

+ +

+ } @else { +
Purging
+

+ < +

+ }
Unconfirmed
@@ -85,7 +91,7 @@
Memory Usage
-
+
 
/
diff --git a/frontend/src/app/dashboard/dashboard.component.html b/frontend/src/app/dashboard/dashboard.component.html index 90454d9a3..5976fcbfa 100644 --- a/frontend/src/app/dashboard/dashboard.component.html +++ b/frontend/src/app/dashboard/dashboard.component.html @@ -252,11 +252,17 @@
-
Minimum fee
-
Purging
-

- < -

+ @if (!mempoolInfoData.value || mempoolInfoData.value.memPoolInfo.mempoolminfee === mempoolInfoData.value.memPoolInfo.minrelaytxfee || (stateService.env.BASE_MODULE === 'liquid' && mempoolInfoData.value.memPoolInfo.mempoolminfee === 0.000001)) { +
Minimum fee
+

+ +

+ } @else { +
Purging
+

+ < +

+ }
Unconfirmed
@@ -267,7 +273,7 @@
Memory Usage
-
+
 
/