From 2f8db1828885fc417dd4482ca68c1523a60d5f59 Mon Sep 17 00:00:00 2001 From: Hsu Zhong Jun <27919917+dcshzj@users.noreply.github.com> Date: Wed, 6 Sep 2023 16:25:18 +0800 Subject: [PATCH] fix(contactus): update location card to use nested --- src/layouts/components/ContactUs/LocationCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/components/ContactUs/LocationCard.tsx b/src/layouts/components/ContactUs/LocationCard.tsx index ba3f590f4..619253a63 100644 --- a/src/layouts/components/ContactUs/LocationCard.tsx +++ b/src/layouts/components/ContactUs/LocationCard.tsx @@ -135,7 +135,7 @@ export const LocationCard = ({ {/* Note: contentEditable is required to stop drag and drop from hitting the first level drag and drop */} - + {frontMatter.operating_hours.map( (operatingHour, operatingHourIndex) => ( - {/* Operating hours days */}