Skip to content

Commit aa8d41b

Browse files
committed
chore: remove ts-expect-error
1 parent 4603f16 commit aa8d41b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/website/src/routes/docs/styled/checkbox/examples/data-binding.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export default component$(() => {
66
return (
77
<div>
88
<div class="flex items-center space-x-2">
9-
{/* @ts-expect-error https://github.com/QwikDev/qwik/pull/6398 */}
109
<Checkbox id="terms" bind:checked={checkedSig} />
1110
<div>
1211
<Label for="terms">Accept terms and conditions</Label>

0 commit comments

Comments
 (0)