알림톡 리스트
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user