Fix lint error.
This commit is contained in:
parent
6305c8f001
commit
6bc41b24e3
|
@ -1582,6 +1582,8 @@ export const DEFAULT_COLOR_PALETTE_TITLES = [
|
||||||
'Slate',
|
'Slate',
|
||||||
];
|
];
|
||||||
|
|
||||||
export const DEFAULT_COLOR_PALETTES = DEFAULT_COLOR_PALETTE_TITLES.map(title =>
|
export const DEFAULT_COLOR_PALETTES = DEFAULT_COLOR_PALETTE_TITLES.map(
|
||||||
COLOR_PALETTES.find(palette => palette.title === title)
|
( title ) => COLOR_PALETTES.find(
|
||||||
|
( palette ) => palette.title === title
|
||||||
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue