diff --git a/src/components/HistogramSlider/HistogramSlider.tsx b/src/components/HistogramSlider/HistogramSlider.tsx index f95b01847..1fbd944d4 100644 --- a/src/components/HistogramSlider/HistogramSlider.tsx +++ b/src/components/HistogramSlider/HistogramSlider.tsx @@ -51,7 +51,7 @@ const DefaultInfoRenderComponent = ({ value }: { value: [number, number] }) => ( color: "#666666" })} > - ${value[0]} AUD - ${value[1]} AUD + {value[0]} - {value[1]} );