Add minimal charging_stations theme
This commit is contained in:
parent
9c474dfb06
commit
80a5e8d342
6 changed files with 192 additions and 1 deletions
|
@ -524,6 +524,9 @@ export class TagRendering extends UIElement implements TagDependantUIElement {
|
|||
|
||||
private ApplyTemplate(template: string | Translation): UIElement {
|
||||
const tr = Translations.WT(template);
|
||||
if(tr === undefined){
|
||||
return undefined;
|
||||
}
|
||||
if (this.answerCache[tr.id]) {
|
||||
return this.answerCache[tr.id];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue