This commit is contained in:
hay-kot 2021-03-03 20:04:11 -09:00
commit 948ce9d25e

View file

@ -33,7 +33,7 @@
<v-list-item
v-for="(meal, index) in mealplan.meals"
:key="generateKey(meal.slug, index)"
@click="$router.push(`/recipe/${meal.slug}`)"
:to="meal.slug ? `/recipe/${meal.slug}` : null"
>
<v-list-item-avatar
color="primary"