From 9d1c3b485ce80304774f4fe97b703df29cfb2fc0 Mon Sep 17 00:00:00 2001 From: andrew Date: Sun, 3 Nov 2024 22:57:44 -0600 Subject: [PATCH] disable luncb --- src/components/cards/LunchCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cards/LunchCard.vue b/src/components/cards/LunchCard.vue index 98a36e41..4a420f93 100644 --- a/src/components/cards/LunchCard.vue +++ b/src/components/cards/LunchCard.vue @@ -25,7 +25,7 @@ export default { components: { Card, WhatIsThis }, data() { return { - noLunchData: false, + noLunchData: true, }; }, computed: {