diff --git a/src/pages/index.vue b/src/pages/index.vue index e368a1ad..ce00db7b 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -11,9 +11,6 @@ import { useBlockchain } from '@/stores'; const dashboard = useDashboard(); -dashboard.$subscribe((mutation, state) => { - localStorage.setItem('favorite', JSON.stringify(state.favorite)); -}); const keywords = ref(''); const chains = computed(() => { if (keywords.value) {