Skip to content

Commit

Permalink
fix. Fikset VTA-O toggel for valg av tiltak
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikv committed Sep 23, 2024
1 parent a3ddfb5 commit 9b8be77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const OpprettAvtaleArbeidsgiver: FunctionComponent = () => {
<div>
<RadioGroup legend="" className={cls.element('tiltakstype-wrapper')}>
{innloggetBruker.tilganger[valgtBedriftNr]
.filter((tiltakType) => tiltakType !== 'VTAO' && vtaoTiltakToggle)
.filter((tiltakType) => (tiltakType === 'VTAO' ? vtaoTiltakToggle : true))
.map((tiltakType) => {
return (
<RadioPanel
Expand Down

0 comments on commit 9b8be77

Please sign in to comment.