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 ?? ' - '}