Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Dec 15, 2023
1 parent b2f0e02 commit ee50284
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/MoreOptions/MoreOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ const MoreOptions = ({
<h2 className={styles.label}>{label}</h2>
</header>
{!hidden && <Divider />}
<div className={cx(styles.children, { [styles.hidden]: hidden })} data-test={`${dataTest}-children`}>
<div
className={cx(styles.children, { [styles.hidden]: hidden })}
data-test={`${dataTest}-children`}
>
{hasOpened && children}
</div>
</section>
Expand Down

0 comments on commit ee50284

Please sign in to comment.