Skip to content

Commit

Permalink
Merge pull request #34126 from dukenv0307/fix/33907
Browse files Browse the repository at this point in the history
Resize the parent navigation subtitle of IOU report header
  • Loading branch information
luacmartins authored Jan 9, 2024
2 parents 6ee3bc0 + 864e4c9 commit 4c063bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AvatarWithDisplayName.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ function AvatarWithDisplayName({
<ParentNavigationSubtitle
parentNavigationSubtitleData={parentNavigationSubtitleData}
parentReportID={report?.parentReportID}
pressableStyles={[styles.alignSelfStart, styles.mw100]}
/>
)}
{!!subtitle && (
Expand Down

0 comments on commit 4c063bc

Please sign in to comment.