Skip to content

Commit 77dd327

Browse files
committed
chore(styled progress.tsx): remove wrong question mark
1 parent 536c3b2 commit 77dd327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit-styled/src/components/progress/progress.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const Progress = component$<PropsOf<typeof HeadlessProgress.Root>>((props
77
<HeadlessProgress.Root
88
class={cn(
99
'relative h-4 w-full overflow-hidden rounded border bg-muted',
10-
props?.class,
10+
props.class,
1111
)}
1212
{...props}
1313
>

0 commit comments

Comments
 (0)