Skip to content

Commit

Permalink
fix typo from merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
esizer committed Oct 3, 2024
1 parent 5e9b25c commit 18aab7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/ResourceBlock/LinkMenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const LinkMenuItem = ({
<DropdownMenu.Content align="end" collisionPadding={2}>
{links.map((link) => (
<DropdownMenu.Item
key={link.title + String(link.href}
key={link.title + String(link.href)}
asChild
color={link.isSelected ? "secondary" : "black"}
>
Expand Down

0 comments on commit 18aab7f

Please sign in to comment.