Skip to content

Commit

Permalink
fix for color select
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbedouret committed Feb 5, 2020
1 parent 9a3faeb commit db75de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UI/ColorSelect/ColorSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class ColorSelect extends React.Component {
style={radioGroupStyle}
onChange={onChange}
>
{this.state.colors.map(color => (
{this.state.colorMenu.colors.map(color => (
<Radio
key={color}
value={color}
Expand Down

0 comments on commit db75de7

Please sign in to comment.