mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix: missing space in quiz score (#16241)
This commit is contained in:
parent
8f6deff199
commit
8ee27fa6ed
@ -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 ? (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user