Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Jan 27, 2020
1 parent 67a5185 commit 091c2f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class WorkflowsList extends BasePage<RouteComponentProps<any>, State> {
.map(workflowChange => {
const workflows = this.state.workflows;
if (!workflowChange) {
return {workflows, updated: false};
return {workflows, updated: false};
}
const index = workflows.findIndex(item => item.metadata.name === workflowChange.object.metadata.name);
if (index > -1 && workflowChange.object.metadata.resourceVersion === workflows[index].metadata.resourceVersion) {
Expand Down

0 comments on commit 091c2f7

Please sign in to comment.