forked from p34709852/monkey
Fix trailing comma eslint warnings
This commit is contained in:
parent
bbfc0d4130
commit
e74e205368
|
@ -58,7 +58,7 @@ class ReportPageComponent extends AuthComponent {
|
||||||
credentialTypes = {
|
credentialTypes = {
|
||||||
PASSWORD: 'password',
|
PASSWORD: 'password',
|
||||||
HASH: 'hash',
|
HASH: 'hash',
|
||||||
KEY: 'key',
|
KEY: 'key'
|
||||||
}
|
}
|
||||||
|
|
||||||
issueContentTypes = {
|
issueContentTypes = {
|
||||||
|
@ -152,7 +152,7 @@ class ReportPageComponent extends AuthComponent {
|
||||||
[this.issueContentTypes.TYPE]: this.issueTypes.DANGER
|
[this.issueContentTypes.TYPE]: this.issueTypes.DANGER
|
||||||
},
|
},
|
||||||
'zerologon_pass_restore_failed': {
|
'zerologon_pass_restore_failed': {
|
||||||
[this.issueContentTypes.OVERVIEW]: zerologonOverviewWithFailedPassResetWarning,
|
[this.issueContentTypes.OVERVIEW]: zerologonOverviewWithFailedPassResetWarning
|
||||||
},
|
},
|
||||||
'island_cross_segment': {
|
'island_cross_segment': {
|
||||||
[this.issueContentTypes.OVERVIEW]: crossSegmentIssueOverview,
|
[this.issueContentTypes.OVERVIEW]: crossSegmentIssueOverview,
|
||||||
|
|
Loading…
Reference in New Issue