diff --git a/packages/frontend-2/components/project/page/models/card/AutomationStatusRefactor.vue b/packages/frontend-2/components/project/page/models/card/AutomationStatusRefactor.vue index 18c70cf98..f4c973205 100644 --- a/packages/frontend-2/components/project/page/models/card/AutomationStatusRefactor.vue +++ b/packages/frontend-2/components/project/page/models/card/AutomationStatusRefactor.vue @@ -181,11 +181,6 @@ const statusIconAndColor = computed(() => const automationRuns = computed(() => automationStatus.value.automationRuns) // eslint-disable-next-line @typescript-eslint/no-unused-vars const automateBaseUrl = computed(() => serverInfo.value?.automateUrl) -const displayName = computed(() => - isModel(props.modelOrVersion) - ? props.modelOrVersion.displayName - : `version #${props.modelOrVersion.id}` -) // eslint-disable-next-line @typescript-eslint/no-unused-vars const viewResultVersionsRoute = (versions: Array<{ id: string }>) => {