Skip to content

Commit 75f2bf5

Browse files
Adebesin-Cellclaude
andcommitted
fix: mark packages prop as optional
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9adfedc commit 75f2bf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/OgImage/Compare.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { encodePackageName } from '#shared/utils/npm'
44
55
const props = withDefaults(
66
defineProps<{
7-
packages: string | string[]
7+
packages?: string | string[]
88
primaryColor?: string
99
}>(),
1010
{

0 commit comments

Comments
 (0)