Skip to content

Commit

Permalink
feat: prettier code
Browse files Browse the repository at this point in the history
  • Loading branch information
hsp-sz committed Jun 12, 2024
1 parent 9e5d1f8 commit c0bc1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Legend/LegendRamp/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function DisContinuous({
}

export function LegendRamp(props: LegendRampProps) {
const { isContinuous = false, labels, colors, labelUnit='', className: cls, style } = props;
const { isContinuous = false, labels, colors, labelUnit = '', className: cls, style } = props;

// const [min, max] = getMinMax(labels);
// const isError = Number.isNaN(min) || Number.isNaN(max);
Expand Down

0 comments on commit c0bc1b2

Please sign in to comment.