Skip to content

Commit

Permalink
fix: refactor for review comments, memoize styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshsomasundaram-okta committed Jul 3, 2024
1 parent 05be72b commit 093176c
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 155 deletions.
2 changes: 1 addition & 1 deletion packages/odyssey-react-mui/src/labs/NavAccordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const NavAccordion = ({
{startIcon && startIcon}
<AccordionLabelContainer
odysseyDesignTokens={odysseyDesignTokens}
isIconVisible={!!startIcon}
isIconVisible={Boolean(startIcon)}
>
{label}
</AccordionLabelContainer>
Expand Down
Loading

0 comments on commit 093176c

Please sign in to comment.