Fix known bug necessary for building

This commit is contained in:
Itay Mizeretz 2018-08-16 17:09:23 +03:00
parent b8dd37c5df
commit a65721d0c5
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ class ReportPageComponent extends AuthComponent {
<ScannedServers data={this.state.report.glance.scanned}/>
</div>
<div>
<StolenPasswords data={this.state.report.glance.stolen_creds, this.state.report.glance.ssh_keys}/>
<StolenPasswords data={this.state.report.glance.stolen_creds.concat(this.state.report.glance.ssh_keys)}/>
</div>
</div>
);