fix: missing space in quiz score (#16241)
This commit is contained in:
committed by
Quincy Larson
parent
8f6deff199
commit
8ee27fa6ed
@ -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 ? (
|
||||||
|
Reference in New Issue
Block a user