diff --git a/components/displayProjectsInPhases.vue b/components/displayProjectsInPhases.vue index 18491f7..5b2f1ab 100644 --- a/components/displayProjectsInPhases.vue +++ b/components/displayProjectsInPhases.vue @@ -16,10 +16,10 @@ const setupPage = async () => { } } else { - if(phasesCounter.value.none) { - phasesCounter.value.none += 1 + if(phasesCounter.value["Keine Phase"]) { + phasesCounter.value["Keine Phase"] += 1 } else { - phasesCounter.value.none = 1 + phasesCounter.value["Keine Phase"] = 1 } } })