Skip to content

Commit

Permalink
fix: yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
guidari committed Nov 18, 2024
1 parent 496dd93 commit fdd0b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ const Modal = React.forwardRef(function Modal(

// AILabel always size `sm`
let normalizedDecorator = React.isValidElement(slug ?? decorator)
? slug ?? decorator
? (slug ?? decorator)
: null;
if (
normalizedDecorator &&
Expand Down

0 comments on commit fdd0b2c

Please sign in to comment.