Skip to content

Commit 02f4d40

Browse files
committed
style: Fix linter finding
1 parent f494698 commit 02f4d40

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/starlight/src/components/interactive/InteractiveSolid.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export const InteractiveSolid: Component<Props> = (props) => {
4242
handleArgsChange(args);
4343
return;
4444
}
45-
console.log(args);
4645
if (dispose) {
4746
dispose();
4847
}

apps/starlight/src/content/docs/solid/components/control/select.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { Interactive } from '@src/components/interactive';
2121
default: [
2222
{ label: 'Option 1', value: 'option-1' },
2323
{ label: 'Option 2', value: 'option-2' },
24-
{ label: 'Option 3', value: 'option-3' }
24+
{ label: 'Option 3', value: 'option-3' },
2525
],
2626
},
2727
variant: {

0 commit comments

Comments
 (0)