Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Mar 17, 2024
1 parent e3feb9f commit 6c5d5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/StyledAccordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const PREFIX = 'MenuMobile'

export const classes = {
accordionWrapper: `${PREFIX}-accordionWrapper`,
accordionSummary: `${PREFIX}-accordionSummary`,
accordionSummary: `${PREFIX}-accordionSummary`,
menuItem: `${PREFIX}-menuItem`,
}

Expand Down

0 comments on commit 6c5d5c1

Please sign in to comment.