Merge pull request #13820 from erictleung/fix/step-counter-spacing

Add space in challenge step counter within parens
pull/13834/head
Dylan 2017-03-09 18:28:28 -05:00 committed by GitHub
commit 4917b16b49
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(