- 부가서비스 접근 권한 경고 다이얼로그 주석 해제

- 계좌성명 조회 신청 후 상세 페이지 표시 관련 코드 주석으로 추가
This commit is contained in:
HyeonJongKim
2025-11-11 11:13:56 +09:00
parent 3f20311464
commit a14baf617f
13 changed files with 66 additions and 37 deletions

View File

@@ -196,9 +196,9 @@ export const KeyInPaymentPage = () => {
sortType
]);
// if (!hasAccess) {
// return <AccessDeniedDialog />;
// }
if (!hasAccess) {
return <AccessDeniedDialog />;
}
return (