Skip to content

Commit 6534e19

Browse files
committed
fixed syntax error
1 parent ed2d933 commit 6534e19

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Resources/src/locales/en.json

-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@
165165
"added": "A user was successfully added a meal.",
166166
"removed": "A user was succefully removed fromm a meal.",
167167
"no": "No participations today."
168-
169168
},
170169
"timeslot": {
171170
"created": "The timeslot was successfully created.",

src/Resources/src/services/filterParticipantsList.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { useParticipationsListData } from "@/api/getParticipationsByDay";
22
import { Ref, computed, reactive } from "vue";
3-
import { useI18n } from "vue-i18n";
3+
// import { useI18n } from "vue-i18n";
44

5-
const { t } = useI18n();
5+
// const { t } = useI18n();
66

77
interface ParticipantState {
88
participants: Readonly<Ref<readonly string[]>>,

0 commit comments

Comments
 (0)