Verified Commit 9fc2acb5 authored by Andrei Mateescu's avatar Andrei Mateescu
Browse files

task: #3590495 Unused variable in color-picker.js

By: prudloff
By: ishani patel
By: smustgrave
parent 78f32f6b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@
    Object.entries(colorSchemeOptions).forEach((option) => {
      const [key, values] = option;

      const { label, colors } = values;
      const { colors } = values;

      let allColorsMatch = true;
      Object.entries(colors).forEach(([colorName, colorHex]) => {