diff --git a/monkey_island/cc/ui/src/components/pages/ReportPage.js b/monkey_island/cc/ui/src/components/pages/ReportPage.js index 2a12587f6..82787f5f0 100644 --- a/monkey_island/cc/ui/src/components/pages/ReportPage.js +++ b/monkey_island/cc/ui/src/components/pages/ReportPage.js @@ -396,12 +396,13 @@ class ReportPageComponent extends React.Component {

) } { - this.didMonkeyFindIssues() ? + this.state.report.glance.exploited.length > 0 ? '' :

- To improve the monkey's detection rates, try adding users and passwords and enable the "Local network + To improve the monkey's detection rates, try adding users and passwords and enable the "Local + network scan" config value under Basic - Network.

}