Skip to content

Commit

Permalink
Fiks skrivefeil
Browse files Browse the repository at this point in the history
  • Loading branch information
audunel committed Sep 4, 2024
1 parent c0f6338 commit cf1dd2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const NyAndel = ({
}: OwnProps & WrappedComponentProps) => {
const [isOpen, setOpen] = useState(false);
const [featureToggles] = useFeatureToggles()
const skillUtPrivatperson = featureToggles?.SKILL_UT_PRIVATEPERSON
const skillUtPrivatperson = featureToggles?.SKILL_UT_PRIVATPERSON

const allFields = fields.getAll();

Expand Down

0 comments on commit cf1dd2d

Please sign in to comment.