Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kahboom committed Jun 5, 2019
1 parent c01d062 commit fed2c74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class SelectConnectionPage extends React.Component<
extensionsData.items,
steps
);
let visibleSteps = visibleStepsByPosition(
const visibleSteps = visibleStepsByPosition(
stepKinds as StepKind[],
positionAsNumber,
integrationSteps
Expand Down

0 comments on commit fed2c74

Please sign in to comment.