diff --git a/vue/src/apps/MealPlanView/MealPlanView.vue b/vue/src/apps/MealPlanView/MealPlanView.vue
index 634a80000..5b048ff46 100644
--- a/vue/src/apps/MealPlanView/MealPlanView.vue
+++ b/vue/src/apps/MealPlanView/MealPlanView.vue
@@ -95,9 +95,9 @@
style="text-overflow: ellipsis; overflow-wrap: anywhere;">
{{ plan.entry.recipe.name }}
- {{ plan.entry.title }}
+ {{ plan.entry.title }}
-
+
{{ plan.entry.note }}
@@ -425,7 +425,7 @@ export default {
mobileSimpleGrid() {
let grid = []
- if (useMealPlanStore().plan_list.length > 0 && this.current_period !== null) {
+ if (this.current_period !== null) {
for (const x of Array(7).keys()) {
let moment_date = moment(this.current_period.periodStart).add(x, "d")
grid.push({