Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Aug 27, 2024
1 parent 5a873fa commit 472dd0f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ export function PalettePicker({
}) {
const palettesToShow: EuiColorPalettePickerPaletteProps[] = palettes
.getAll()
.filter(({ internal, canDynamicColoring }) => {
return showDynamicColorOnly ? canDynamicColoring && !internal : !internal;
})
.filter(({ internal, canDynamicColoring }) => {
return showDynamicColorOnly ? canDynamicColoring && !internal : !internal;
})
.map(({ id, title, getCategoricalColors }) => {
const colors = getCategoricalColors(
activePalette?.params?.steps || DEFAULT_COLOR_STEPS,
Expand Down

0 comments on commit 472dd0f

Please sign in to comment.