Merge branch 'main' of https://gitea.bpsoft.co.kr/nicepayments/nice-app-web
# Conflicts: # src/entities/support/ui/detail/notice-detail.tsx
This commit is contained in:
@@ -37,7 +37,6 @@ export const NoticeDetail = ({
|
||||
snackBar('데이터 조회 실패');
|
||||
onClickToClose();
|
||||
}
|
||||
|
||||
}).catch((e: any) => {
|
||||
if(e.response?.data?.error?.message){
|
||||
snackBar(e.response?.data?.error?.message);
|
||||
|
||||
Reference in New Issue
Block a user