Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
IrisOlfermann committed Jan 22, 2024
1 parent c860d4a commit 40873e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Resources/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
4 changes: 2 additions & 2 deletions src/Resources/src/services/filterParticipantsList.ts
Original file line number Diff line number Diff line change
@@ -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<Ref<readonly string[]>>,
Expand Down

0 comments on commit 40873e4

Please sign in to comment.