1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 23:59:45 +02:00

fix: added limited context menu for public users (#2138)

This commit is contained in:
Michael Genson 2023-02-19 19:28:57 -06:00 committed by GitHub
parent 5562effd66
commit 09e58b36af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 25 deletions

View file

@ -42,7 +42,6 @@
</div>
<v-divider></v-divider>
<RecipeActionMenu
v-if="user.id"
:recipe="recipe"
:slug="recipe.slug"
:recipe-scale="recipeScale"