diff --git a/packages/dashboard/src/components/ChainSummary.vue b/packages/dashboard/src/components/ChainSummary.vue index 46f9a512..63e5161d 100644 --- a/packages/dashboard/src/components/ChainSummary.vue +++ b/packages/dashboard/src/components/ChainSummary.vue @@ -12,9 +12,6 @@ const props = defineProps({ const dashboardStore = useDashboard() const conf = computed(()=> dashboardStore.chains[props.name] || {}) -const logoPath = computed(() => { - return getLogo(conf.value.logo_URIs) -}) diff --git a/packages/dashboard/src/pages/index.vue b/packages/dashboard/src/pages/index.vue index 3ff74cab..d9f6629b 100644 --- a/packages/dashboard/src/pages/index.vue +++ b/packages/dashboard/src/pages/index.vue @@ -1,8 +1,7 @@