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 495d7f0 commit c87cb3d
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 @@ -91,7 +91,7 @@ export const Preview = React.forwardRef(({}: Props, deckRef: any) => {
// if not exist, a random number 30 is assigned
.domain([
"1",
geoData?.cantons?.features?.length
geoData.cantons?.features?.length
? `${geoData?.cantons?.features?.length}`
: "30",
])
Expand Down

0 comments on commit c87cb3d

Please sign in to comment.