From 9f3fb1320f0e40a8e09ee6b3500c81553d21bff3 Mon Sep 17 00:00:00 2001 From: chaeseungyun Date: Fri, 22 Nov 2024 09:28:35 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=83=81=EC=A0=90=20=EC=A0=95=EB=B3=B4?= =?UTF-8?q?=20=EC=88=98=EC=A0=95=20=EC=8B=9C=20=EB=A9=94=EC=9D=B8=20?= =?UTF-8?q?=EC=B9=B4=ED=85=8C=EA=B3=A0=EB=A6=AC=20=EA=B8=B0=EB=B3=B8?= =?UTF-8?q?=EA=B0=92=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/MyShopPage/components/EditShopInfoModal/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/page/MyShopPage/components/EditShopInfoModal/index.tsx b/src/page/MyShopPage/components/EditShopInfoModal/index.tsx index 408ae8e7..527bb493 100644 --- a/src/page/MyShopPage/components/EditShopInfoModal/index.tsx +++ b/src/page/MyShopPage/components/EditShopInfoModal/index.tsx @@ -77,6 +77,7 @@ export default function EditShopInfoModal({ open_time: day.open_time, close_time: day.close_time, })), + main_category_id: shopInfo.shop_categories.map((category) => category.id)[0], }, });