Skip to content

Commit

Permalink
histogram: update Info to render only values
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanpham committed Feb 15, 2019
1 parent 0e9b988 commit cb7b7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HistogramSlider/HistogramSlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const DefaultInfoRenderComponent = ({ value }: { value: [number, number] }) => (
color: "#666666"
})}
>
${value[0]} AUD - ${value[1]} AUD
{value[0]} - {value[1]}
</div>
);

Expand Down

0 comments on commit cb7b7e9

Please sign in to comment.