forked from MapComplete/MapComplete
Chore: formatting
This commit is contained in:
parent
1e8ce3cc2d
commit
a129b5c3bf
32 changed files with 930 additions and 614 deletions
|
@ -495,9 +495,7 @@ export default class LayerConfig extends WithContextLoader {
|
|||
usingLayer = [
|
||||
new Title("Themes using this layer", 4),
|
||||
new List(
|
||||
(usedInThemes ?? []).map(
|
||||
(id) => new Link(id, "https://mapcomplete.org/" + id)
|
||||
)
|
||||
(usedInThemes ?? []).map((id) => new Link(id, "https://mapcomplete.org/" + id))
|
||||
),
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue