mirror of
https://github.com/bendtherules/food-app.git
synced 2026-08-18 13:52:09 +00:00
Fix map join (defaults using comma)
This commit is contained in:
@@ -12,7 +12,7 @@ function Categories(props) {
|
||||
CategoryCard({
|
||||
category,
|
||||
})
|
||||
))
|
||||
)).join('')
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -11,7 +11,7 @@ function Recipes(props) {
|
||||
RecipeCard({
|
||||
recipe,
|
||||
})
|
||||
))
|
||||
)).join('')
|
||||
}
|
||||
</div>
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user