고객센터 연락처 미노출 조건 변경 - 문자열 공백 검사 함수 수정
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:25:19 +09:00
parent a13279a777
commit 3a1b0cb9c1
@@ -32,7 +32,7 @@
</select>
</div>
<!-- 고객센터 연락처: PortalProperty(Portal/customer.center.contact). 값이 공백이면 미노출 -->
<p class="footer-contact" th:if="${#strings.trimmed(customerCenterContact) != ''}"
<p class="footer-contact" th:if="${not #strings.isEmptyOrWhitespace(customerCenterContact)}"
th:text="'고객센터 ' + ${customerCenterContact}">고객센터 1588-3388</p>
</div>
</div>