Minor formatting

This commit is contained in:
2022-08-29 16:48:38 +01:00
parent 0127f55401
commit eed97b0298

View File

@@ -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>
)} )}