Add key to landing sections loop

This commit is contained in:
Jackson Harper 2023-01-26 22:46:55 +08:00
parent 1f0f2bdb37
commit 7dd026d471

View file

@ -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={