고객센터 연락처 미노출 조건 변경 - 문자열 공백 검사 로직 수정
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled

This commit is contained in:
Rinjae
2026-08-19 18:47:54 +09:00
parent 3a1b0cb9c1
commit bf2dad6ba7
@@ -32,7 +32,7 @@
</select>
</div>
<!-- 고객센터 연락처: PortalProperty(Portal/customer.center.contact). 값이 공백이면 미노출 -->
<p class="footer-contact" th:if="${not #strings.isEmptyOrWhitespace(customerCenterContact)}"
<p class="footer-contact" th:if="${!#strings.isEmpty(#strings.trim(customerCenterContact))}"
th:text="'고객센터 ' + ${customerCenterContact}">고객센터 1588-3388</p>
</div>
</div>