Verified Commit 55e6854d 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
(cherry picked from commit 9fc2acb5)
parent 8717214c
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]) => {