- 권한 접근 제한 주석

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

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