mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add key to landing sections loop
This commit is contained in:
parent
1f0f2bdb37
commit
7dd026d471
1 changed files with 1 additions and 0 deletions
|
|
@ -215,6 +215,7 @@ export function LandingSectionsContainer(
|
|||
{sections.map((section) => {
|
||||
return (
|
||||
<LandingSection
|
||||
key={section.imageIdx}
|
||||
titleText={section[props.lang].titleText}
|
||||
descriptionText={<p>{section[props.lang].descriptionText}</p>}
|
||||
image={
|
||||
|
|
|
|||
Loading…
Reference in a new issue