forked from MapComplete/MapComplete
Merge slick carousel
This commit is contained in:
commit
b9d5a85cd0
18 changed files with 174 additions and 196 deletions
|
@ -58,6 +58,9 @@ export class SubstitutedTranslation extends UIElement {
|
|||
}
|
||||
|
||||
InnerRender(): string {
|
||||
if(this.content.length == 1){
|
||||
return this.content[0].Render();
|
||||
}
|
||||
return new Combine(this.content).Render();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue