- 권한 접근 제한 주석

This commit is contained in:
HyeonJongKim
2025-11-03 09:44:18 +09:00
parent 4e5e0a8760
commit e8286206bb
8 changed files with 24 additions and 24 deletions

View File

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

View File

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

View File

@@ -228,9 +228,9 @@ export const AlimtalkListPage = () => {
sendCl
]);
if (!hasAccess) {
return <AccessDeniedDialog />;
}
// if (!hasAccess) {
// return <AccessDeniedDialog />;
// }
return (
<>

View File

@@ -228,9 +228,9 @@ export const ArsListPage = () => {
return rs;
}
if (!hasAccess) {
return <AccessDeniedDialog />;
}
// if (!hasAccess) {
// return <AccessDeniedDialog />;
// }
return (
<>

View File

@@ -28,9 +28,9 @@ export const FundAccountTransferListPage = () => {
navigate(PATHS.home);
});
if (!hasAccess) {
return <AccessDeniedDialog />;
}
// if (!hasAccess) {
// return <AccessDeniedDialog />;
// }
return (
<>

View File

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

View File

@@ -224,9 +224,9 @@ export const PayoutListPage = () => {
return rs;
};
if (!hasAccess) {
return <AccessDeniedDialog />;
}
// if (!hasAccess) {
// return <AccessDeniedDialog />;
// }
return (
<>

View File

@@ -178,9 +178,9 @@ export const SmsPaymentPage = () => {
smsCl
]);
if (!hasAccess) {
return <AccessDeniedDialog />;
}
// if (!hasAccess) {
// return <AccessDeniedDialog />;
// }
return (
<>