diff --git a/src/components/MoneyReportHeader.tsx b/src/components/MoneyReportHeader.tsx
index fa3454ed9e61..76be659b35b4 100644
--- a/src/components/MoneyReportHeader.tsx
+++ b/src/components/MoneyReportHeader.tsx
@@ -376,53 +376,55 @@ function MoneyReportHeader({policy, report: moneyRequestReport, transactionThrea
)}
-
- {shouldShowSettlementButton && shouldUseNarrowLayout && (
-
- )}
- {shouldShowSubmitButton && shouldUseNarrowLayout && (
-
+ {isMoreContentShown && (
+
+ {shouldShowSettlementButton && shouldUseNarrowLayout && (
+
+ )}
+ {shouldShowSubmitButton && shouldUseNarrowLayout && (
+ IOU.submitReport(moneyRequestReport)}
+ isDisabled={shouldDisableSubmitButton}
+ />
+ )}
+ {shouldShowMarkAsCashButton && shouldUseNarrowLayout && (
+
+ )}
+ {shouldShowNextStep && }
+ {statusBarProps && (
+
+ )}
+
+ )}
{isHoldMenuVisible && requestType !== undefined && (