From 6534e197cf16018ef3103c4af4382dde2a357301 Mon Sep 17 00:00:00 2001 From: Iris Olfermann Date: Mon, 22 Jan 2024 13:39:59 +0100 Subject: [PATCH] fixed syntax error --- src/Resources/src/locales/en.json | 1 - src/Resources/src/services/filterParticipantsList.ts | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Resources/src/locales/en.json b/src/Resources/src/locales/en.json index dcafd5b43..839e2d54d 100644 --- a/src/Resources/src/locales/en.json +++ b/src/Resources/src/locales/en.json @@ -165,7 +165,6 @@ "added": "A user was successfully added a meal.", "removed": "A user was succefully removed fromm a meal.", "no": "No participations today." - }, "timeslot": { "created": "The timeslot was successfully created.", diff --git a/src/Resources/src/services/filterParticipantsList.ts b/src/Resources/src/services/filterParticipantsList.ts index d4ec197d8..61cc14e31 100644 --- a/src/Resources/src/services/filterParticipantsList.ts +++ b/src/Resources/src/services/filterParticipantsList.ts @@ -1,8 +1,8 @@ import { useParticipationsListData } from "@/api/getParticipationsByDay"; import { Ref, computed, reactive } from "vue"; -import { useI18n } from "vue-i18n"; +// import { useI18n } from "vue-i18n"; -const { t } = useI18n(); +// const { t } = useI18n(); interface ParticipantState { participants: Readonly>,