Skip to content

Commit

Permalink
Run bun fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Jan 26, 2025
1 parent 79cb755 commit 1d45fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/harbor/shipyard/new-ship-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function NewShipForm({
{ label: 'Minus Twelve', value: 'minus-twelve' },
{ label: 'Neon', value: 'neon' },
{ label: 'Fish n Chips', value: 'fish-n-chips' },
{ label: 'BakeBuild', value: "bakebuild" },
{ label: 'BakeBuild', value: 'bakebuild' },
]

// Initialize confetti on mount
Expand Down

0 comments on commit 1d45fea

Please sign in to comment.