Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Sep 1, 2024
1 parent 8f8c178 commit a17073a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/build-deploy-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@ export function BuildDeployPanel() {
return (
<div className="p-4 border-b-2 flex gap-2">
{buttons.map((button) => (
<Tooltip text={button.title}>
<Tooltip text={button.title} key={button.title}>
<Button
key={button.title}
disabled={button.disabled}
variant="ghost"
className="rounded-none p-2"
Expand Down

0 comments on commit a17073a

Please sign in to comment.