Island: Remove superfluous description from ransomware report

This commit is contained in:
Mike Salvatore 2021-07-13 11:23:48 -04:00
parent 1f1b9bf2fc
commit 77754cb4ff
1 changed files with 7 additions and 12 deletions

View File

@ -24,10 +24,6 @@ class RansomwareReport extends React.Component {
getExploitationStats() {
return (
<>
<p>
This report shows information about the ransomware simulation run by Infection Monkey.
</p>
<div>
<h3 className={'report-section-header'}>
Propagation
@ -35,7 +31,6 @@ class RansomwareReport extends React.Component {
{this.getScannedVsExploitedStats()}
{this.getExploitationStatsPerExploit()}
</div>
</>
)
}