Island: Remove superfluous description from ransomware report

This commit is contained in:
Mike Salvatore 2021-07-12 09:32:01 -04:00
parent 644a90c2f3
commit 6fdf0858ac
1 changed files with 3 additions and 6 deletions

View File

@ -11,12 +11,9 @@ class RansomwareReport extends React.Component {
generateReportContent() { generateReportContent() {
return ( return (
<div> <div>
<p> {this.getExploitationStats()}
This report shows information about the ransomware simulation run by Infection Monkey. </div>
</p>
{this.getExploitationStats()}
</div>
) )
} }