We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0426819 commit 1cc69d9Copy full SHA for 1cc69d9
src/pages/home/ReportScreen.js
@@ -267,7 +267,7 @@ class ReportScreen extends React.Component {
267
}
268
>
269
<FullPageNotFoundView
270
- shouldShow={(!reportID && !this.props.report.isLoadingReportActions && !isLoading) || shouldHideReport}
+ shouldShow={(!this.props.report.reportID && !this.props.report.isLoadingReportActions && !isLoading) || shouldHideReport}
271
subtitleKey="notFound.noAccess"
272
shouldShowCloseButton={false}
273
shouldShowBackButton={this.props.isSmallScreenWidth}
0 commit comments