feat: job publish
This commit is contained in:
@ -99,12 +99,8 @@ export function CompanyPublishJobDialog(props: IProps) {
|
||||
|
||||
const handleNext = useCallback(async () => {
|
||||
onClose(true);
|
||||
if (userInfo.bossAuthStatus) {
|
||||
navigateTo(PageUrl.JobPublish);
|
||||
} else {
|
||||
navigateTo(PageUrl.CertificationStart);
|
||||
}
|
||||
}, [userInfo, onClose]);
|
||||
navigateTo(PageUrl.JobPublish);
|
||||
}, [onClose]);
|
||||
|
||||
useEffect(() => {
|
||||
initRef.current = async () => {
|
||||
|
Reference in New Issue
Block a user