Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Jul 8, 2021
1 parent d853f1b commit 0a5f608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/duotone-picker/duotone-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function DuotonePicker( {
</CircularOptionPicker.ButtonAction>
}
>
{ ! disableCustomColors && !disableCustomDuotone && (
{ ! disableCustomColors && ! disableCustomDuotone && (
<CustomDuotoneBar value={ value } onChange={ onChange } />
) }
{ ! disableCustomDuotone && (
Expand Down

0 comments on commit 0a5f608

Please sign in to comment.