hotfix : 빈 데이터 처리 및 사이드바 url 변경 #88

Merged
seul merged 3 commits from hotfix into dev 2025-07-02 15:31:31 +09:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2fb4591ea0 - Show all commits

View File

@ -44,7 +44,7 @@ export default function Detail() {
</tr>
<tr>
<th></th>
<td>{isBuilderOrPartner ? '-' : inquiryDetail?.storeNm}</td>
<td>{isBuilderOrPartner ? '-' : inquiryDetail?.storeNm ?? ' - '}</td>
</tr>
<tr>
<th>E-mail</th>

View File

@ -171,7 +171,7 @@ export default function SurveySaleSubmitPopup() {
<p style="font-size: 13px; font-weight: 400; color: #2e3a59; margin-bottom: 3px;">
-
<span style="color: #417DDC;">
${surveyDetail?.store} (${surveyDetail?.storeId})
${surveyDetail?.store} (${surveyDetail?.storeId ?? ' - '})
</span>
</p>
<p style="font-size: 13px; font-weight: 400; color: #2e3a59; margin-bottom: 15px;">