mirror of
https://github.com/bendtherules/food-app.git
synced 2026-08-20 00:31:59 +00:00
Fix map join (defaults using comma)
This commit is contained in:
@@ -33,7 +33,7 @@ export default function RecipeCard(props) {
|
||||
<div class="recipe-card-star">
|
||||
</div>
|
||||
`
|
||||
))
|
||||
)).join('')
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
@@ -58,7 +58,7 @@ export default function RecipeCard(props) {
|
||||
}
|
||||
</div>
|
||||
`
|
||||
))
|
||||
)).join('')
|
||||
}
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user