Skip to content

Commit

Permalink
Update website/src/components/Generator/internal/Preview.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: SEY <[email protected]>
  • Loading branch information
ptbrowne and shuaiey authored Sep 9, 2024
1 parent c87cb3d commit c39b6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Generator/internal/Preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const Preview = React.forwardRef(({}: Props, deckRef: any) => {
.domain([
"1",
geoData.cantons?.features?.length
? `${geoData?.cantons?.features?.length}`
? `${geoData.cantons.features.length}`
: "30",
])
.range(color)
Expand Down

0 comments on commit c39b6d9

Please sign in to comment.