Skip to content

Commit ed48665

Browse files
committed
fix type error
1 parent b4730ae commit ed48665

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev": "vite",
99
"build": "tsc -b && vite build",
1010
"preview": "vite preview --open",
11-
"typecheck": "tsc -b --pretty"
11+
"tsc": "tsc --pretty --noEmit"
1212
},
1313
"dependencies": {
1414
"@observablehq/plot": "^0.6.16",

src/components/PlotScatterBrush.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export function PlotScatterBrush() {
3232
colorScheme: "turbo",
3333
}}
3434
enableBrush={true}
35-
showLegends={true}
3635
onSelectionChange={handleSelectionChange}
3736
/>
3837
);

0 commit comments

Comments
 (0)