diff --git a/src/components/MoneyReportHeader.tsx b/src/components/MoneyReportHeader.tsx index 0f8ce631fb7..bed5dd72b32 100644 --- a/src/components/MoneyReportHeader.tsx +++ b/src/components/MoneyReportHeader.tsx @@ -344,7 +344,7 @@ function MoneyReportHeader({policy, report: moneyRequestReport, transactionThrea }; const statusBarProps = getStatusBarProps(); - const shouldAddGapToContents = shouldUseNarrowLayout && (!!statusBarProps || shouldShowNextStep); + const shouldAddGapToContents = shouldUseNarrowLayout && shouldShowSelectedTransactionsButton && (!!statusBarProps || shouldShowNextStep); useEffect(() => { // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing