알림톡 리스트

This commit is contained in:
focp212@naver.com
2025-09-24 16:01:16 +09:00
parent 2ef446f0e7
commit 9c03a73cc7
21 changed files with 574 additions and 276 deletions

View File

@@ -102,7 +102,7 @@ export const ArsListPage = () => {
return data;
};
const onClickToNavigation = () => {
const onClickToNavigate = () => {
navigate(PATHS.additionalService.ars.request);
};
@@ -206,7 +206,7 @@ export const ArsListPage = () => {
<div className="apply-row">
<button
className="btn-50 btn-blue flex-1"
onClick={ () => onClickToNavigation() }
onClick={ () => onClickToNavigate() }
> </button>
</div>
</section>