diff --git a/components/common/ChainDropdown.vue b/components/common/ChainDropdown.vue index d1daa16749..e4823d6c99 100644 --- a/components/common/ChainDropdown.vue +++ b/components/common/ChainDropdown.vue @@ -46,7 +46,7 @@ const props = withDefaults( }, ) -const route = useRoute() +const route = useReactiveRoute() const { setUrlPrefix, urlPrefix } = usePrefix() const allChains = useAvailableChainsOptions() const { redirectAfterChainChange } = useChainRedirect() diff --git a/components/common/ConnectWallet/WalletAssetIdentity.vue b/components/common/ConnectWallet/WalletAssetIdentity.vue index e93694adfc..0819036609 100644 --- a/components/common/ConnectWallet/WalletAssetIdentity.vue +++ b/components/common/ConnectWallet/WalletAssetIdentity.vue @@ -1,14 +1,14 @@