forked from p15670423/monkey
Island: Remove superfluous description from ransomware report
This commit is contained in:
parent
644a90c2f3
commit
6fdf0858ac
|
@ -11,12 +11,9 @@ class RansomwareReport extends React.Component {
|
|||
|
||||
generateReportContent() {
|
||||
return (
|
||||
<div>
|
||||
<p>
|
||||
This report shows information about the ransomware simulation run by Infection Monkey.
|
||||
</p>
|
||||
{this.getExploitationStats()}
|
||||
</div>
|
||||
<div>
|
||||
{this.getExploitationStats()}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue