지급 대행

This commit is contained in:
focp212@naver.com
2025-09-09 11:07:45 +09:00
parent 337ac1bf97
commit 3cfc45a244
5 changed files with 274 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ export const SettlementAgencyManagePage = () => {
useSetHeaderTitle('정산대행');
useSetHeaderType(HeaderType.LeftArrow);
useSetFooterMode(true);
useSetFooterMode(false);
useSetOnBack(() => {
navigate(PATHS.home);
});