공지사항 뒤로가기 처리
This commit is contained in:
@@ -15,7 +15,8 @@ export const SupportNoticeItem = ({
|
||||
const onClickToDetail = () => {
|
||||
navigate(PATHS.support.notice.detail, {
|
||||
state: {
|
||||
id: id
|
||||
id: id,
|
||||
from: PATHS.support.notice.list
|
||||
}
|
||||
})
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user