From 2eb6551c52d2286da50a6596e585b6fccefdd13c Mon Sep 17 00:00:00 2001 From: Arthur Gartner Date: Mon, 11 Sep 2023 01:06:07 -0600 Subject: [PATCH] Added fix for removal of info when drinkData is false --- client/src/components/DrinkCarousel.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/src/components/DrinkCarousel.jsx b/client/src/components/DrinkCarousel.jsx index 39001fc..b12f0d3 100644 --- a/client/src/components/DrinkCarousel.jsx +++ b/client/src/components/DrinkCarousel.jsx @@ -31,7 +31,11 @@ function DrinkCarousel(props) { curDate={props.curDate} next5pm={props.next5pm} /> -
+
{props.dayData?.drinkDetails?.strDrink}