Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-genson committed Apr 10, 2024
1 parent 7d4688f commit 0093dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Domain/Recipe/RecipeContextMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export default defineComponent({
switch (action.actionType) {
case "post":
alert.success(i18n.tc("events.message-sent") as string);
alert.success(i18n.tc("events.message-sent"));
break;
default:
break;
Expand Down

0 comments on commit 0093dc6

Please sign in to comment.