diff --git a/src/components/MoneyReportHeader.tsx b/src/components/MoneyReportHeader.tsx index f5e2703b1a47..030cdb0df5f9 100644 --- a/src/components/MoneyReportHeader.tsx +++ b/src/components/MoneyReportHeader.tsx @@ -285,7 +285,7 @@ function MoneyReportHeader({policy, report: moneyRequestReport, transactionThrea report={moneyRequestReport} policy={policy} shouldShowBackButton={shouldUseNarrowLayout} - shouldDisplaySearchRouter + shouldDisplaySearchRouter={!shouldUseNarrowLayout} onBackButtonPress={onBackButtonPress} // Shows border if no buttons or banners are showing below the header shouldShowBorderBottom={!isMoreContentShown} diff --git a/src/components/MoneyRequestHeader.tsx b/src/components/MoneyRequestHeader.tsx index 34d3c2d54a70..b05815a27c65 100644 --- a/src/components/MoneyRequestHeader.tsx +++ b/src/components/MoneyRequestHeader.tsx @@ -134,7 +134,7 @@ function MoneyRequestHeader({report, parentReportAction, policy, shouldUseNarrow policy={policy} shouldShowBackButton={shouldUseNarrowLayout} onBackButtonPress={onBackButtonPress} - shouldDisplaySearchRouter + shouldDisplaySearchRouter={!shouldUseNarrowLayout} > {hasAllPendingRTERViolations && !shouldUseNarrowLayout && (