diff --git a/frontend/src/components/common/VersionBadge.vue b/frontend/src/components/common/VersionBadge.vue index e0c2ccd2..3f4eddf6 100644 --- a/frontend/src/components/common/VersionBadge.vue +++ b/frontend/src/components/common/VersionBadge.vue @@ -365,8 +365,6 @@ const loading = computed(() => appStore.versionLoading) const currentVersion = computed(() => appStore.currentVersion || props.version || '') const latestVersion = computed(() => appStore.latestVersion) const hasUpdate = computed(() => appStore.hasUpdate) -const buildType = computed(() => appStore.buildType) - // Update process states (local to this component) const updating = ref(false) const restarting = ref(false)