fix: missing space in quiz score (#16241)

This commit is contained in:
Angel Eduardo
2017-12-21 18:04:20 -04:00
committed by Quincy Larson
parent 8f6deff199
commit 8ee27fa6ed

View File

@ -108,7 +108,7 @@ export class QuizChallenge extends PureComponent {
<p> <p>
You got {this.props.correct} out of You got {this.props.correct} out of
{this.props.description.length} correct! {` ${this.props.description.length}`} correct!
</p> </p>
{isQuizPassed === false ? ( {isQuizPassed === false ? (