Skip to content

Commit

Permalink
fix(edithomepage): spread properly (#1474)
Browse files Browse the repository at this point in the history
Co-authored-by: seaerchin <[email protected]>
  • Loading branch information
2 people authored and alexanderleegs committed Sep 7, 2023
1 parent 27ca91a commit fa25a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/EditHomepage/EditHomepage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ const EditHomepage = ({ match }) => {
{({ currentSelectedOption }) =>
currentSelectedOption === "dropdown" ? (
<HeroDropdownSection
{...section.hero}
{...section.hero.dropdown}
state={section.hero}
errors={errors}
/>
Expand Down

0 comments on commit fa25a5c

Please sign in to comment.