This commit is contained in:
focp212@naver.com
2025-11-05 17:00:29 +09:00
22 changed files with 39 additions and 25 deletions

View File

@@ -29,7 +29,7 @@ export const FooterNavigation = ({
}
}
else{
showAlert('권한이 없습니다.');
showAlert(t('common.nopermission'));
}
};
const onClickToOpenMenu = () => {