diff --git a/packages/components/src/duotone-picker/duotone-picker.js b/packages/components/src/duotone-picker/duotone-picker.js
index 2a3ebf4ad7603f..bb205655c8e817 100644
--- a/packages/components/src/duotone-picker/duotone-picker.js
+++ b/packages/components/src/duotone-picker/duotone-picker.js
@@ -77,7 +77,7 @@ function DuotonePicker( {
{ ! disableCustomColors && (
) }
- { ( ! disableCustomColors || ( colorPalette?.length > 0 ) ) && (
+ { ( ! disableCustomColors || colorPalette?.length > 0 ) && (