Skip to content

Commit

Permalink
fix(accordion): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
zellerbaptiste committed Jan 30, 2024
1 parent 6d03379 commit b92cf6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/component/accordion/example/sample/accordions-group.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ for (let i = 0; i < 6; i++) accordions.push({
});
accordionsGroup = {
accordions: accordions
...accordionsGroup,
accordions: accordions,
...accordionsGroup
}
%>

Expand Down

0 comments on commit b92cf6e

Please sign in to comment.