From 367a7409ac5ba3624ec89750d6eff8b0991d371d Mon Sep 17 00:00:00 2001 From: keyy1315 Date: Tue, 15 Jul 2025 14:50:42 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EC=A1=B0=EC=82=AC=EB=A7=A4=EB=AC=BC?= =?UTF-8?q?=20=EC=A0=9C=EC=B6=9C=20=EB=A9=94=EC=9D=BC=20=EB=82=B4=EC=9A=A9?= =?UTF-8?q?=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/popup/SurveySaleSubmitPopup.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/popup/SurveySaleSubmitPopup.tsx b/src/components/popup/SurveySaleSubmitPopup.tsx index 4c8b4fa..9104989 100644 --- a/src/components/popup/SurveySaleSubmitPopup.tsx +++ b/src/components/popup/SurveySaleSubmitPopup.tsx @@ -176,11 +176,11 @@ export default function SurveySaleSubmitPopup() {

-販売店名: - ${surveyDetail?.store} (${surveyDetail?.storeId ?? ' - '}) + ${surveyDetail?.store ? `${surveyDetail?.store} (${surveyDetail?.storeId ?? ' - '})` : ' - '}

- -施工店名: + -施工店名: ${surveyDetail?.constructionPoint ?? ' - '}