diff --git a/frontend/src/routes/register/stepPersonForm.tsx b/frontend/src/routes/register/stepPersonForm.tsx index 9674d86f731df96d0b5363081c172b78dc6bcf41..0e91bf4ee4c4c20e1d575cd86ce4179b07a7998e 100644 --- a/frontend/src/routes/register/stepPersonForm.tsx +++ b/frontend/src/routes/register/stepPersonForm.tsx @@ -162,7 +162,9 @@ const StepPersonForm = forwardRef((props: StepPersonFormProperties, ref: Ref<Per {i18n.language === 'en' ? ou.en : ou.nb} ({ou.id}) </MenuItem> )) - ) : ('')} + ) : ( + <></> + )} </Select> </FormControl>