diff --git a/src/layouts/components/ChainProfile.vue b/src/layouts/components/ChainProfile.vue index 617b3bdd..b5eb4806 100644 --- a/src/layouts/components/ChainProfile.vue +++ b/src/layouts/components/ChainProfile.vue @@ -3,11 +3,6 @@ import { useBlockchain, useBaseStore } from '@/stores'; const chainStore = useBlockchain(); const baseStore = useBaseStore(); chainStore.initial(); -chainStore.$subscribe((m, s) => { - if (!Array.isArray(m.events) && m.events.key === 'endpoint') { - // chainStore.initial(); - } -});