Skip to content

Commit

Permalink
fix: change area-expanded value
Browse files Browse the repository at this point in the history
  • Loading branch information
im36-123 committed Nov 1, 2019
1 parent 682ddf4 commit 02a0ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AccordionPanel/AccordionPanelTrigger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const AccordionPanelTriggerComponent: React.SFC<MergedProps> = ({
<Button
id={`${name}-trigger`}
className={buttonClassNames}
aria-expanded={!!expanded}
aria-expanded={!!isExpanded}
aria-controls={`${name}-content`}
onClick={handleClick}
theme={theme}
Expand Down

0 comments on commit 02a0ae8

Please sign in to comment.