diff --git a/src/components/ReportActionItem/MoneyRequestPreview.js b/src/components/ReportActionItem/MoneyRequestPreview.js
index 35859914016d..f0e818ddff4d 100644
--- a/src/components/ReportActionItem/MoneyRequestPreview.js
+++ b/src/components/ReportActionItem/MoneyRequestPreview.js
@@ -326,7 +326,7 @@ function MoneyRequestPreview(props) {
{!isCurrentUserManager && props.shouldShowPendingConversionMessage && (
{translate('iou.pendingConversionMessage')}
)}
- {(shouldShowDescription || shouldShowMerchant) && {merchantOrDescription}}
+ {(shouldShowDescription || shouldShowMerchant) && {merchantOrDescription}}
{props.isBillSplit && !_.isEmpty(participantAccountIDs) && requestAmount > 0 && (
diff --git a/src/components/ReportActionItem/ReportPreview.js b/src/components/ReportActionItem/ReportPreview.js
index c9c3d7d7fd37..6a121d343eaa 100644
--- a/src/components/ReportActionItem/ReportPreview.js
+++ b/src/components/ReportActionItem/ReportPreview.js
@@ -295,7 +295,7 @@ function ReportPreview(props) {
{!isScanning && (numberOfRequests > 1 || hasReceipts) && (
- {previewSubtitle || moneyRequestComment}
+ {previewSubtitle || moneyRequestComment}
)}
diff --git a/src/styles/index.ts b/src/styles/index.ts
index b0178a3cdb46..0d1b47235347 100644
--- a/src/styles/index.ts
+++ b/src/styles/index.ts
@@ -3786,8 +3786,7 @@ const styles = (theme: ThemeColors) =>
reportActionItemImages: {
flexDirection: 'row',
margin: 4,
- borderTopLeftRadius: variables.componentBorderRadiusLarge,
- borderTopRightRadius: variables.componentBorderRadiusLarge,
+ borderRadius: variables.componentBorderRadiusLarge,
overflow: 'hidden',
height: variables.reportActionImagesSingleImageHeight,
},