Skip to content

Commit

Permalink
semi
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnC-80 committed Mar 8, 2024
1 parent 442900e commit a3ead83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Accordion/Accordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const Accordion = (props) => {
updateFocused(true);
const highest = getHighestStackOrder();
if (zIndex !== highest) {
updateZIndex(highest)
updateZIndex(highest);
}
}
}
Expand Down

0 comments on commit a3ead83

Please sign in to comment.