수정
This commit is contained in:
@@ -33,7 +33,6 @@ export const NoticeDetailPage = () => {
|
||||
else{
|
||||
navigate(PATHS.support.notice.list);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
const { mutateAsync: noticeDetail } = useNoticeDetailMutation();
|
||||
@@ -42,7 +41,6 @@ export const NoticeDetailPage = () => {
|
||||
let detailParams: NoticeDetailParams = {
|
||||
noticeId: location?.state.id,
|
||||
};
|
||||
|
||||
noticeDetail(detailParams).then((rs: NoticeDetailResponse) => {
|
||||
setResult(rs);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user