Skip to content

Commit

Permalink
fix(accordion): sample modifiable
Browse files Browse the repository at this point in the history
  • Loading branch information
keryanS committed Jan 10, 2024
1 parent c776711 commit 6d03379
Showing 1 changed file with 1 addition and 1 deletion.
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 = {
...accordionsGroup,
accordions: accordions
...accordionsGroup,
}
%>

Expand Down

0 comments on commit 6d03379

Please sign in to comment.