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

Add space in challenge step counter within parens
This commit is contained in:
Dylan
2017-03-09 18:28:28 -05:00
committed by GitHub

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(