forked from MapComplete/MapComplete
		
	Fix build
This commit is contained in:
		
							parent
							
								
									287470acff
								
							
						
					
					
						commit
						a6f56acad6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -170,7 +170,7 @@ export default class SpecialVisualizations {
 | 
				
			||||||
                constr: (tags, args) => {
 | 
					                constr: (tags, args) => {
 | 
				
			||||||
                    const tgs = tags.data;
 | 
					                    const tgs = tags.data;
 | 
				
			||||||
                    console.log("Args[0]", args[0])
 | 
					                    console.log("Args[0]", args[0])
 | 
				
			||||||
                    const subject = tgs.name ?? "";
 | 
					                    let subject = tgs.name ?? "";
 | 
				
			||||||
                    if (args[0] !== undefined && args[0] !== "") {
 | 
					                    if (args[0] !== undefined && args[0] !== "") {
 | 
				
			||||||
                        subject = args[0];
 | 
					                        subject = args[0];
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue