forked from cerc-io/cosmos-explorer
Leftover cleanup
This commit is contained in:
parent
2982f8e727
commit
a1a5ca6ca4
@ -1,4 +1,4 @@
|
||||
import { useBlockchain, useDashboard } from "@/stores";
|
||||
import { useBlockchain } from "@/stores";
|
||||
import { createRouter, createWebHistory } from "vue-router";
|
||||
// @ts-ignore
|
||||
import { setupLayouts } from "virtual:generated-layouts";
|
||||
@ -18,7 +18,7 @@ router.beforeEach((to) => {
|
||||
if(chain !== blockchain.chainName) {
|
||||
blockchain.setCurrent(chain.toString())
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
// Docs: https://router.vuejs.org/guide/advanced/navigation-guards.html#global-before-guards
|
||||
|
Loading…
Reference in New Issue
Block a user