forked from p15670423/monkey
Removed unused prop in security report
This commit is contained in:
parent
0f44bc6075
commit
222644a3fb
|
@ -105,8 +105,7 @@ class ReportPageComponent extends AuthComponent {
|
||||||
getReportContent(){
|
getReportContent(){
|
||||||
switch(this.state.selectedSection){
|
switch(this.state.selectedSection){
|
||||||
case 'security':
|
case 'security':
|
||||||
return (<SecurityReport report={this.state.securityReport}
|
return (<SecurityReport report={this.state.securityReport}/>);
|
||||||
onStatusChange={this.props.onStatusChange}/>);
|
|
||||||
case 'attack':
|
case 'attack':
|
||||||
return (<AttackReport report={this.state.attackReport}/>);
|
return (<AttackReport report={this.state.attackReport}/>);
|
||||||
case 'zeroTrust':
|
case 'zeroTrust':
|
||||||
|
|
Loading…
Reference in New Issue