Skip to content

Commit

Permalink
Add the join
Browse files Browse the repository at this point in the history
Signed-off-by: macdonst <[email protected]>
  • Loading branch information
macdonst committed Jun 7, 2024
1 parent 7e7d7b8 commit 5b9b291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cookbook/translate-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const image = <img src={href} />
const todoList = `<ul>
${todos.map((todo) => (
`<li key="${todo.id}">${todo.text}</li>`
))}
))}.join('')
</ul>`
```

Expand Down

0 comments on commit 5b9b291

Please sign in to comment.