Skip to content

Commit

Permalink
fix: update in progress tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Nil20 committed Nov 29, 2024
1 parent 2cf5a35 commit ee061c6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,8 @@ function InProgressComponent(props: IRegistrarHomeProps) {
])
}

if (tabs.sections.length === 0) return undefined
if (tabs.sections.length === 0 || tabs.sections.length === 1)
return undefined

return (
<FormTabs
Expand Down

0 comments on commit ee061c6

Please sign in to comment.