Removed unused prop in security report

This commit is contained in:
VakarisZ 2019-11-21 18:27:12 +02:00
parent 0f44bc6075
commit 222644a3fb
1 changed files with 1 additions and 2 deletions

View File

@ -105,8 +105,7 @@ class ReportPageComponent extends AuthComponent {
getReportContent(){
switch(this.state.selectedSection){
case 'security':
return (<SecurityReport report={this.state.securityReport}
onStatusChange={this.props.onStatusChange}/>);
return (<SecurityReport report={this.state.securityReport}/>);
case 'attack':
return (<AttackReport report={this.state.attackReport}/>);
case 'zeroTrust':