Skip to content

Commit

Permalink
Se om det går fint uten å sende unndefined janzz ved sletting av ykes…
Browse files Browse the repository at this point in the history
…tittel
  • Loading branch information
joarau committed Nov 1, 2024
1 parent eb5db21 commit bfbc05e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/stilling/stilling/edit/om-stillingen/janzz/Janzz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,7 @@ const Janzz: FunctionComponent<Props> = ({ tittel }) => {
];
dispatch({ type: SET_JANZZ, kategori });
setInput(capitalizeEmployerName(found.label) || '');
} else {
dispatch({ type: SET_JANZZ, undefined });
}
} else {
dispatch({ type: SET_JANZZ, undefined });
}
};

Expand Down

0 comments on commit bfbc05e

Please sign in to comment.