Skip to content

Commit 1cc69d9

Browse files
jasperhuanggOSBotify
authored andcommitted
Merge pull request #19148 from Expensify/chirag-bug-fix
using props reportID (cherry picked from commit dce320f)
1 parent 0426819 commit 1cc69d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/home/ReportScreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ class ReportScreen extends React.Component {
267267
}
268268
>
269269
<FullPageNotFoundView
270-
shouldShow={(!reportID && !this.props.report.isLoadingReportActions && !isLoading) || shouldHideReport}
270+
shouldShow={(!this.props.report.reportID && !this.props.report.isLoadingReportActions && !isLoading) || shouldHideReport}
271271
subtitleKey="notFound.noAccess"
272272
shouldShowCloseButton={false}
273273
shouldShowBackButton={this.props.isSmallScreenWidth}

0 commit comments

Comments
 (0)