Skip to content

Commit

Permalink
chore: code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
turban committed Sep 25, 2023
1 parent 31d9765 commit b27735e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/favorites.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(',')
}
Expand Down

0 comments on commit b27735e

Please sign in to comment.