add empty forms page
This commit is contained in:
@ -28,7 +28,7 @@ import rectangle from "assets/images/rectangle_secondPage.png";
|
||||
|
||||
import "./candidate.scss";
|
||||
|
||||
const Candidate = () => {
|
||||
export const Candidate = () => {
|
||||
if (localStorage.getItem("role_status") !== "18") {
|
||||
return <Navigate to="/profile" replace />;
|
||||
}
|
||||
@ -238,5 +238,3 @@ const Candidate = () => {
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Candidate;
|
||||
|
Reference in New Issue
Block a user