Skip to content

Commit 1c4e081

Browse files
committed
Fix stats page
1 parent e919c06 commit 1c4e081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/stats/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import EcosystemTab from "@/components/modules/stats/tabs/EcosystemTab.vue"
99
import RollupsTab from "@/components/modules/stats/tabs/RollupsTab.vue"
1010
1111
/** Services */
12-
import { capitilize } from "@/services/utils"
12+
import { capitilize, isMainnet } from "@/services/utils"
1313
1414
useHead({
1515
title: "Statistics - Celestia Explorer",

0 commit comments

Comments
 (0)