fix syntax error
Dieser Commit ist enthalten in:
Ursprung
7de00ca040
Commit
5a347b656a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -118,7 +118,7 @@ function buildSubscriptionContent(feature, attribute, currentSubscription) {
|
||||||
let values = attributes[attribute];
|
let values = attributes[attribute];
|
||||||
|
|
||||||
if (typeof values === 'object') {
|
if (typeof values === 'object') {
|
||||||
values = Object.keys(values):
|
values = Object.keys(values);
|
||||||
}
|
}
|
||||||
|
|
||||||
return values.map((value) => {
|
return values.map((value) => {
|
||||||
|
|
Laden …
In neuem Issue referenzieren