We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8713ed8 commit e2f8bb4Copy full SHA for e2f8bb4
packages/compass-schema/src/components/coordinates-minichart/utils.js
@@ -15,7 +15,8 @@ export async function _getHereTileBoxes() {
15
);
16
const fields = copyrightData.resources.base.styles['lite.day'];
17
const tileBoxes = Object.values(_.pick(copyrightData.copyrights, fields))
18
- .flatMap((notice) => ({
+ .flat()
19
+ .map((notice) => ({
20
alt: notice.copyrightText,
21
label: notice.label,
22
maxLevel: notice.maxLevel,
0 commit comments