diff --git a/apps/client/src/app/pages/api/api-page.html b/apps/client/src/app/pages/api/api-page.html
index b2d9d03ac4..2153fba1e0 100644
--- a/apps/client/src/app/pages/api/api-page.html
+++ b/apps/client/src/app/pages/api/api-page.html
@@ -179,16 +179,12 @@
@if (isFetchFailure(marketDataOfMarkets)) {
🔴 {{ marketDataOfMarkets.fetchError }}
- } @else if (marketDataOfMarkets) {
+ } @else {
- } @else {
-
}
@@ -203,17 +199,13 @@
@if (isFetchFailure(marketDataOfMarkets)) {
🔴 {{ marketDataOfMarkets.fetchError }}
- } @else if (marketDataOfMarkets) {
+ } @else {
- } @else {
-
}