Skip to content

Commit

Permalink
TandoorRecipes#1093 conditional receipt link in plan
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusWolschon committed Jan 12, 2022
1 parent 8a4f35e commit 8f08ba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue/src/apps/MealPlanView/MealPlanView.vue
Expand Up @@ -130,6 +130,7 @@
<a class="dropdown-item p-2" href="javascript:void(0)"><i class="fas fa-pen"></i> {{ $t("Edit") }}</a>
</ContextMenuItem>
<ContextMenuItem
v-if="contextData.originalItem.entry.recipe != null"
@click="
$refs.menu.close()
recipe = contextData.originalItem.entry.recipe
Expand Down

0 comments on commit 8f08ba7

Please sign in to comment.