Skip to content

Commit

Permalink
fix : suppresion de l'affichage du bouton tout deplier lors de l'impr…
Browse files Browse the repository at this point in the history
…ession
  • Loading branch information
Grunt471 committed Jan 12, 2024
1 parent e6a62c8 commit 164e363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/source/design-system/accordion/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const Accordion = <T extends object>(
<StyledGrid container>
<Grid item>{title}</Grid>
{isFoldable && (
<Grid item>
<Grid item className="print-hidden">
<StyledFoldButton
underline
onClick={() => (allItemsOpen ? closeAll() : openAll())}
Expand Down

0 comments on commit 164e363

Please sign in to comment.