diff --git a/src/components/ReportActionItem/MoneyReportView.js b/src/components/ReportActionItem/MoneyReportView.js index 0b391d8e3fa9..9bc7a35f9fba 100644 --- a/src/components/ReportActionItem/MoneyReportView.js +++ b/src/components/ReportActionItem/MoneyReportView.js @@ -44,34 +44,32 @@ function MoneyReportView(props) { - - - {translate('common.total')} - - - - {isSettled && ( - - - - )} - - {formattedTotalAmount} - + + + + {translate('common.total')} + + + + {isSettled && ( + + + + )} + + {formattedTotalAmount} + + - {shouldShowBreakdown ? ( <> diff --git a/src/components/ReportActionItem/MoneyRequestView.js b/src/components/ReportActionItem/MoneyRequestView.js index 1c8171dfc775..0d66379c455e 100644 --- a/src/components/ReportActionItem/MoneyRequestView.js +++ b/src/components/ReportActionItem/MoneyRequestView.js @@ -159,7 +159,7 @@ function MoneyRequestView({report, betas, parentReport, policyCategories, should const getPendingFieldAction = (fieldPath) => lodashGet(transaction, fieldPath) || pendingAction; return ( - + {hasReceipt && ( @@ -168,6 +168,7 @@ function MoneyRequestView({report, betas, parentReport, policyCategories, should @@ -281,11 +282,11 @@ function MoneyRequestView({report, betas, parentReport, policyCategories, should /> )} - + ); }