Skip to content

Commit

Permalink
Format code to be compatible with prettier 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Dec 16, 2024
1 parent 79d4776 commit a474f86
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,8 @@ export default function PopoverPage() {
clicking away or pressing <code>Escape</code>.
<br />
The caller should use this callback to keep local state in sync,
so that the popover is re-rendered with <code>
open
</code> set to <code>false</code>.
so that the popover is re-rendered with <code>open</code> set to{' '}
<code>false</code>.
</Library.InfoItem>
<Library.InfoItem label="type">
<code>{'() => void'}</code>
Expand Down

0 comments on commit a474f86

Please sign in to comment.