fix: invalid message
TS Lint / TypeScript (push) Successful in 4m7s
TS Lint / Oxlint (push) Successful in 4m8s
TS Lint / ESLint (push) Successful in 4m23s

This commit is contained in:
2026-07-14 11:48:02 +02:00
parent a9b2e31d81
commit 531b976b87
+1 -1
View File
@@ -127,7 +127,7 @@ onBeforeMount(fetchTasks);
{{ $t("empty_hint") }} {{ $t("empty_hint") }}
</li> </li>
<li <li
v-if="allCompleted && separateCompleted" v-else-if="allCompleted && separateCompleted"
class="list-row italic text-xl font-extralight" class="list-row italic text-xl font-extralight"
> >
{{ $t("all_completed_hint") }} {{ $t("all_completed_hint") }}