From a19c917778f6e3d5a6c25e6a6316ba0f7b5652e0 Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Fri, 23 Apr 2021 13:15:42 +0300 Subject: [PATCH] Fix eslint --- src/ProgressWorkflow.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ProgressWorkflow.jsx b/src/ProgressWorkflow.jsx index 14de043..85402e2 100644 --- a/src/ProgressWorkflow.jsx +++ b/src/ProgressWorkflow.jsx @@ -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;