Skip to content

Commit

Permalink
Merge pull request #36589 from codinggeek2023/patch-2
Browse files Browse the repository at this point in the history
[FIX]: "Company type" appears twice in the selection list
  • Loading branch information
mountiny authored Feb 15, 2024
2 parents e5c3200 + 979194a commit 421bbc5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ function BusinessTypeSelectorModal({isVisible, currentBusinessType, onBusinessTy
onBackButtonPress={onClose}
/>
<SelectionList
headerMessage={translate('businessInfoStep.companyType')}
sections={[{data: incorporationTypes, indexOffset: 0}]}
initiallyFocusedOptionKey={currentBusinessType}
onSelectRow={onBusinessTypeSelected}
Expand Down

0 comments on commit 421bbc5

Please sign in to comment.