diff --git a/src/components/NoticeDetailInfo/NoticeEmployerActionButton.tsx b/src/components/NoticeDetailInfo/NoticeEmployerActionButton.tsx index 66cc8a3..00aefa0 100644 --- a/src/components/NoticeDetailInfo/NoticeEmployerActionButton.tsx +++ b/src/components/NoticeDetailInfo/NoticeEmployerActionButton.tsx @@ -36,7 +36,7 @@ function NoticeEmployerActionButton({ const navigate = useNavigate(); const moveToEditNoticePage = () => { - if (isMyShop && !isPastNotice && isClosed && !isStartApplication) { + if (isMyShop && !isPastNotice && !isClosed && !isStartApplication) { navigate(`/notice/edit/${noticeId}`); } };