mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-05-24 01:12:54 -04:00
fix lint
This commit is contained in:
parent
b45ffd2046
commit
a0e7f85c32
@ -133,7 +133,7 @@ export default defineComponent({
|
||||
const domMadeThisForm = ref<VForm>();
|
||||
const newTimelineEvent = ref<RecipeTimelineEventIn>({
|
||||
// @ts-expect-error - TS doesn't like the $auth global user attribute
|
||||
subject: i18n.t("recipe.user-made-this", { user: $auth.user.fullName } as string),
|
||||
subject: i18n.tc("recipe.user-made-this", { user: $auth.user.fullName } as string),
|
||||
eventType: "comment",
|
||||
eventMessage: "",
|
||||
timestamp: undefined,
|
||||
|
Loading…
x
Reference in New Issue
Block a user