prettier config
This commit is contained in:
@ -4,7 +4,7 @@ import { Link, Navigate, useNavigate, useParams } from "react-router-dom";
|
||||
|
||||
import {
|
||||
currentCandidate,
|
||||
selectCurrentCandidate,
|
||||
selectCurrentCandidate
|
||||
} from "@redux/outstaffingSlice";
|
||||
|
||||
import { LEVELS, SKILLS } from "@utils/constants";
|
||||
@ -58,7 +58,7 @@ const Candidate = () => {
|
||||
const styles = {
|
||||
classes: "",
|
||||
header: "",
|
||||
img: "",
|
||||
img: ""
|
||||
};
|
||||
|
||||
switch (Number(position_id)) {
|
||||
@ -100,14 +100,14 @@ const Candidate = () => {
|
||||
{ name: "Главная", link: "/profile" },
|
||||
{
|
||||
name: "Каталог свободных специалистов",
|
||||
link: "/profile/catalog",
|
||||
link: "/profile/catalog"
|
||||
},
|
||||
{
|
||||
name: `${currentCandidateObj.specification} ${
|
||||
SKILLS[currentCandidateObj.position_id]
|
||||
}, ${LEVELS[currentCandidateObj.level]}`,
|
||||
link: `/candidate/${currentCandidateObj.id}`,
|
||||
},
|
||||
link: `/candidate/${currentCandidateObj.id}`
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
|
Reference in New Issue
Block a user