fix: missing space in quiz score (#16241)

pull/16259/head
Angel Eduardo 2017-12-21 18:04:20 -04:00 committed by Quincy Larson
parent 8f6deff199
commit 8ee27fa6ed
1 changed files with 1 additions and 1 deletions

View File

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