Add space in challenge step counter within parens

This commit is contained in:
Eric Leung
2017-03-09 01:42:09 -08:00
parent 0ccc4c8a54
commit f046a7d5c3

View File

@ -220,7 +220,7 @@ export class StepChallenge extends PureComponent {
sm={ 4 } sm={ 4 }
xs={ 12 } xs={ 12 }
> >
( { currentIndex + 1 } / { numOfSteps }) ( { currentIndex + 1 } / { numOfSteps } )
</Col> </Col>
{ {
this.renderNextButton( this.renderNextButton(