Skip to content

Commit

Permalink
fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 27, 2024
1 parent 563b857 commit fa386f3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@ export default function ExpandableApiItem(props: ExpandableApiItemProps) {
ownerState={{ type }}
{...other}
className={clsx(
`MuiApi-item-root${isExtendable ? 'MuiApi-item-header-extendable' : ''}`,
// TODO remove once https://github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/337 is fixed
// prettier-ignore
`MuiApi-item-root${isExtendable ? ' MuiApi-item-header-extendable' : ''}`,
className,
)}
>
Expand Down

0 comments on commit fa386f3

Please sign in to comment.