Skip to content

Commit

Permalink
remove redirect to leaderboard page
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Apr 23, 2024
1 parent ec6f0d6 commit 716ccd3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions vue-app/src/components/StaticApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ const { user: walletUser } = storeToRefs(wallet)
onMounted(async () => {
await appStore.loadStaticClrFundInfo()
appStore.isAppReady = true
if (currentRound.value) {
router.push({
name: 'leaderboard',
params: {
network: currentRound.value.network,
address: currentRound.value.fundingRoundAddress,
},
})
}
})
watch(walletUser, async () => {
Expand Down

0 comments on commit 716ccd3

Please sign in to comment.