diff --git a/src/util/favorites.js b/src/util/favorites.js index 89e768fd9..9d8f0020c 100644 --- a/src/util/favorites.js +++ b/src/util/favorites.js @@ -202,7 +202,7 @@ const models2objects = (config) => { } } - // Color scale needs to be stored as a string + // Color scale needs to be stored as a string in analytical object if (Array.isArray(config.colorScale)) { config.colorScale = config.colorScale.join(',') }