forked from MapComplete/MapComplete
Refactoring of the climbing theme
This commit is contained in:
parent
c36bce8100
commit
bc953abe48
15 changed files with 1099 additions and 1001 deletions
|
@ -85,6 +85,10 @@ export class AllTagsPanel extends VariableUiElement {
|
|||
if (value === undefined) {
|
||||
continue
|
||||
}
|
||||
let type = "";
|
||||
if(typeof value !== "string"){
|
||||
type = " <i>"+(typeof value)+"</i>"
|
||||
}
|
||||
parts.push(["<i>" + key + "</i>", value])
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue