- 권한 접근 제한 주석

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 sortType
]); ]);
if (!hasAccess) { // if (!hasAccess) {
return <AccessDeniedDialog />; // return <AccessDeniedDialog />;
} // }
return ( return (
<> <>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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