remove unused code
This commit is contained in:
parent
06e9f51ae9
commit
78425e33a2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user