Add space in challenge step counter within parens

pull/13820/head
Eric Leung 2017-03-09 01:42:09 -08:00
parent 0ccc4c8a54
commit f046a7d5c3
1 changed files with 1 additions and 1 deletions

View File

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