mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-22 14:49:40 +02:00
remove not needed as string
This commit is contained in:
parent
8127f48924
commit
c1a2c7d485
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ export default defineComponent({
|
||||||
const domMadeThisForm = ref<VForm>();
|
const domMadeThisForm = ref<VForm>();
|
||||||
const newTimelineEvent = ref<RecipeTimelineEventIn>({
|
const newTimelineEvent = ref<RecipeTimelineEventIn>({
|
||||||
// @ts-expect-error - TS doesn't like the $auth global user attribute
|
// @ts-expect-error - TS doesn't like the $auth global user attribute
|
||||||
subject: i18n.tc("recipe.user-made-this", { user: $auth.user.fullName } as string),
|
subject: i18n.tc("recipe.user-made-this", { user: $auth.user.fullName }),
|
||||||
eventType: "comment",
|
eventType: "comment",
|
||||||
eventMessage: "",
|
eventMessage: "",
|
||||||
timestamp: undefined,
|
timestamp: undefined,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue