diff --git a/src/containers/Course.jsx b/src/containers/Course.jsx index fb83ac4..e093db4 100644 --- a/src/containers/Course.jsx +++ b/src/containers/Course.jsx @@ -4,7 +4,6 @@ import { connect } from 'react-redux'; import Summary from '../components/Summary'; -import clock from '../assets/images/icons/icon_clock.svg'; import arrow from '../assets/images/icons/icon_arrow.svg'; import { @@ -159,6 +158,9 @@ export class Course extends React.Component { />
+ {stepTitles.length > 0 && ( +

{currentStep + 1} - {stepTitles[currentStep]}

+ )}
{step.map((renderer, key) => renderer({ key }))}