Minor formatting
This commit is contained in:
@@ -757,6 +757,8 @@ export default withRouter(class Progress extends React.Component {
|
|||||||
"Answers:"
|
"Answers:"
|
||||||
}
|
}
|
||||||
</h2>
|
</h2>
|
||||||
|
{this.state.currentCorrect.map((vocab, index) =>
|
||||||
|
{this.state.currentCorrect.map((vocab, index) =>
|
||||||
{this.state.currentCorrect.map((vocab, index) =>
|
{this.state.currentCorrect.map((vocab, index) =>
|
||||||
<p key={index}>{vocab}</p>
|
<p key={index}>{vocab}</p>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user