ui: replace double with single quotes in SecurityReport.js
This commit is contained in:
parent
b652e0d851
commit
875027d3f3
|
@ -428,9 +428,9 @@ class ReportPageComponent extends AuthComponent {
|
|||
});
|
||||
|
||||
if (threatCount === 1)
|
||||
return "1 threat"
|
||||
return '1 threat'
|
||||
else
|
||||
return threatCount + " threats"
|
||||
return threatCount + ' threats'
|
||||
}
|
||||
|
||||
generateZerologonOverview() {
|
||||
|
|
Loading…
Reference in New Issue