Skip to content
Snippets Groups Projects
Commit ac8d3538 authored by Tore.Brede's avatar Tore.Brede
Browse files

Removing change that broke back-button functionality

parent 707ae8fb
No related branches found
No related tags found
1 merge request!109Refactor register summary step
......@@ -162,7 +162,9 @@ const StepPersonForm = forwardRef((props: StepPersonFormProperties, ref: Ref<Per
{i18n.language === 'en' ? ou.en : ou.nb} ({ou.id})
</MenuItem>
))
) : ('')}
) : (
<></>
)}
</Select>
</FormControl>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment