Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Apr 25, 2024
1 parent 8ec152f commit 9b6a7d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ColorBarLegend/ColorBarSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ interface ColorBarSelectProps {
opacity: number,
) => void;
colorBars: ColorBars;
changeColorBars: (colorBars: ColorBars) => void;
}

export default function ColorBarSelect({
Expand Down

0 comments on commit 9b6a7d6

Please sign in to comment.