forked from MapComplete/MapComplete
		
	Small fix
This commit is contained in:
		
							parent
							
								
									4766f8bbde
								
							
						
					
					
						commit
						e59900d906
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -10,6 +10,7 @@ import * as licenses from "../../assets/generated/license_info.json"
 | 
				
			||||||
import SmallLicense from "../../Models/smallLicense";
 | 
					import SmallLicense from "../../Models/smallLicense";
 | 
				
			||||||
import {Icon} from "leaflet";
 | 
					import {Icon} from "leaflet";
 | 
				
			||||||
import Img from "../Base/Img";
 | 
					import Img from "../Base/Img";
 | 
				
			||||||
 | 
					import {Utils} from "../../Utils";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * The attribution panel shown on mobile
 | 
					 * The attribution panel shown on mobile
 | 
				
			||||||
| 
						 | 
					@ -28,7 +29,8 @@ export default class AttributionPanel extends Combine {
 | 
				
			||||||
            new Attribution(undefined, undefined, State.state.layoutToUse, undefined),
 | 
					            new Attribution(undefined, undefined, State.state.layoutToUse, undefined),
 | 
				
			||||||
            "<br/>",
 | 
					            "<br/>",
 | 
				
			||||||
            Translations.t.general.attribution.iconAttribution.title.Clone().SetClass("font-bold pt-12 pb-3"),
 | 
					            Translations.t.general.attribution.iconAttribution.title.Clone().SetClass("font-bold pt-12 pb-3"),
 | 
				
			||||||
            ...Array.from(layoutToUse.data.ExtractImages()).map(AttributionPanel.IconAttribution)
 | 
					            ...Utils.NoNull(Array.from(layoutToUse.data.ExtractImages()))
 | 
				
			||||||
 | 
					                .map(AttributionPanel.IconAttribution)
 | 
				
			||||||
        ]);
 | 
					        ]);
 | 
				
			||||||
        this.SetClass("flex flex-col")
 | 
					        this.SetClass("flex flex-col")
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue