Skip to content

Commit

Permalink
Update Popover.VisualTests.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanyoung committed Jul 9, 2024
1 parent 141cd4c commit 55e3b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Popover/Popover.VisualTests.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const Demo: Story = () => {
const { isOpen: isPopoverOpen, handleToggle: togglePopover } = useOpenClose({
defaultIsOpen: true,
});
const NavItem: FC<{ className?: string; iconName?: IconProps['name'] }> = ({
const NavItem: FC<{ className?: string; iconName?: IconProps['name']; }> = ({
children,
className,
iconName,
Expand Down

0 comments on commit 55e3b94

Please sign in to comment.