Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Apr 23, 2021
1 parent b04a7bc commit a19c917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ProgressWorkflow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ const ProgressWorkflow = (props) => {
const keys = [state[0][indexOfCurrentSateKey]];
const titles = [state[3][indexOfCurrentSateKey]];
const nextState = [state[2][indexOfCurrentSateKey]];
console.log({ indexOfCurrentSateKey });
console.log([keys, percent, nextState, titles]);
// console.log({ indexOfCurrentSateKey });
// console.log([keys, percent, nextState, titles]);
return [keys, percent, nextState, titles];
}
return state;
Expand Down

0 comments on commit a19c917

Please sign in to comment.