prettier config
This commit is contained in:
@ -34,7 +34,7 @@ const CandidateSidebar = ({ candidate, setActiveSnippet, activeSnippet }) => {
|
||||
let levelAspt = {
|
||||
spec: candidate.specification,
|
||||
skils: SKILLS[candidate.position_id],
|
||||
level: LEVELS[candidate.level],
|
||||
level: LEVELS[candidate.level]
|
||||
};
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user