Skip to content

Commit

Permalink
fix semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
kmccrory-grx committed Oct 2, 2024
1 parent f620858 commit 7704df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/registry/default/ui/dropdown-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const DropdownMenuContent = React.forwardRef<
{...props}
/>
</DropdownMenuPrimitive.Portal>
));
))
DropdownMenuContent.displayName = DropdownMenuPrimitive.Content.displayName

const DropdownMenuItem = React.forwardRef<
Expand Down

0 comments on commit 7704df5

Please sign in to comment.