Skip to content

Commit

Permalink
fix(devtools): init error
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jan 14, 2024
1 parent 0b24f67 commit e96cfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app.vue
Expand Up @@ -85,7 +85,7 @@ const userSources = computed(() => (data.value?.globalSources || []).filter(s =>
<h2 text-lg flex items-center>
<NIcon icon="carbon:load-balancer-application opacity-50" />
<NBadge class="text-sm">
{{ Object.keys(data.sitemaps).length || 0 }}
{{ Object.keys(data?.sitemaps || {}).length || 0 }}
</NBadge>
</h2>
</div>
Expand Down

0 comments on commit e96cfec

Please sign in to comment.