- 지급대행 권한 설정 수정, Locales 문자열 수정

This commit is contained in:
HyeonJongKim
2025-11-10 14:46:58 +09:00
parent 101a87ce5e
commit 770111d8be
3 changed files with 4 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ export const PayoutListPage = () => {
});
const onClickToNavigation = () => {
if (!checkGrant(53, 'W')) {
if (!checkGrant(53, 'X')) {
showAlert(t('common.nopermission'));
return;
}