diff --git a/src/views/SubgraphsDashboard.vue b/src/views/SubgraphsDashboard.vue
index ba934d6..413918f 100644
--- a/src/views/SubgraphsDashboard.vue
+++ b/src/views/SubgraphsDashboard.vue
@@ -194,11 +194,11 @@
{{ numeral(web3.utils.fromWei(item.deployment.queryFeesAmount.toString())).format('0,0') }} GRT
-
- {{ numeral(item.query_count).format('0,0') }}
+
+ {{ item.qos?.query_count ? numeral(item.qos.query_count).format('0,0') : '-' }}
-
- {{ numeral(item.total_query_fees).format('0,0') }} GRT
+
+ {{ item.qos?.total_query_fees ? numeral(item.qos.total_query_fees).format('0,0') : '-' }} GRT
{{ numeral(web3.utils.fromWei(item.deployment.stakedTokens.toString())).format('0,0') }} GRT