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 89cd1db commit 62bd98f
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 @@ -77,7 +77,7 @@ function DuotonePicker( {
{ ! disableCustomColors && (
<CustomDuotoneBar value={ value } onChange={ onChange } />
) }
{ ( ! disableCustomColors || ( colorPalette?.length > 0 ) ) && (
{ ( ! disableCustomColors || colorPalette?.length > 0 ) && (
<ColorListPicker
labels={ [ __( 'Shadows' ), __( 'Highlights' ) ] }
colors={ colorPalette }
Expand Down

0 comments on commit 62bd98f

Please sign in to comment.