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

@@ -152,7 +152,7 @@ export const BillingListPage = () => {
setDownloadBottomSheetOn(true);
}
else{
showAlert('권한이 없습니다.');
showAlert(t('common.nopermission'));
}
};
const onClickToSort = (sort: SortTypeKeys) => {
@@ -167,7 +167,7 @@ export const BillingListPage = () => {
navigate(PATHS.transaction.billing.charge);
}
else{
showAlert('권한이 없습니다.');
showAlert(t('common.nopermission'));
}
};