diff --git a/vue-app/src/components/StaticApp.vue b/vue-app/src/components/StaticApp.vue index 9567e0cce..68accedfb 100644 --- a/vue-app/src/components/StaticApp.vue +++ b/vue-app/src/components/StaticApp.vue @@ -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 () => {