Skip to content

Commit

Permalink
fix: issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed May 23, 2024
1 parent 1cc3d85 commit 07216e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const router = createRouter({

//update current blockchain
router.beforeEach((to) => {
console.log(to);
if (to.path === '/' && !once) {
window.location.replace('/nibiru');
once = true;
Expand Down

0 comments on commit 07216e3

Please sign in to comment.