From 9c9ddd16b663b393dfdbf9c9877a4d816e0a19ec Mon Sep 17 00:00:00 2001 From: keyy1315 Date: Wed, 2 Jul 2025 10:34:03 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EB=8D=B0=EC=9D=B4=ED=84=B0=20?= =?UTF-8?q?=EB=B9=88=20=EA=B0=92=EC=9D=BC=20=EA=B2=BD=EC=9A=B0=20=ED=95=98?= =?UTF-8?q?=EC=9D=B4=ED=94=88(-)=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/inquiry/Detail.tsx | 2 +- src/components/popup/SurveySaleSubmitPopup.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/inquiry/Detail.tsx b/src/components/inquiry/Detail.tsx index 3470c10..eaac1fe 100644 --- a/src/components/inquiry/Detail.tsx +++ b/src/components/inquiry/Detail.tsx @@ -56,7 +56,7 @@ export default function Detail() { お問い合わせ - {inquiryDetail?.regUserTelNo} + {inquiryDetail?.regUserTelNo ? inquiryDetail?.regUserTelNo : '-'} diff --git a/src/components/popup/SurveySaleSubmitPopup.tsx b/src/components/popup/SurveySaleSubmitPopup.tsx index 508d4f9..eba8bb1 100644 --- a/src/components/popup/SurveySaleSubmitPopup.tsx +++ b/src/components/popup/SurveySaleSubmitPopup.tsx @@ -178,7 +178,7 @@ export default function SurveySaleSubmitPopup() {

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