Skip to content

Commit

Permalink
Merge pull request #46905 from nyomanjyotisa/issue-46737
Browse files Browse the repository at this point in the history
set icon type to avatar for owner on add bank account
  • Loading branch information
carlosmiceli authored Aug 12, 2024
2 parents f531400 + 62ce83c commit 6dd42c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ function CompanyOwnersListUBO({
description={`${requestorData.requestorAddressStreet}, ${requestorData.requestorAddressCity}, ${requestorData.requestorAddressState} ${requestorData.requestorAddressZipCode}`}
wrapperStyle={[styles.ph5]}
icon={Expensicons.FallbackAvatar}
iconType={CONST.ICON_TYPE_AVATAR}
iconWidth={40}
iconHeight={40}
interactive={false}
Expand Down

0 comments on commit 6dd42c7

Please sign in to comment.