fixes
This commit is contained in:
parent
57e877c5f2
commit
d0eda91f91
@ -24,7 +24,7 @@ const getYearsString = (years) => {
|
||||
const CandidateSidebar = ({candidate, setActiveSnippet, activeSnippet}) => {
|
||||
const userId = localStorage.getItem('id');
|
||||
const showSnippet = () => {
|
||||
setActiveSnippet((prev) => !prev)
|
||||
setActiveSnippet(!activeSnippet)
|
||||
};
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user