forked from MapComplete/MapComplete
		
	Finish the additions of reviews
This commit is contained in:
		
							parent
							
								
									c02406241e
								
							
						
					
					
						commit
						cdfffd6120
					
				
					 29 changed files with 675 additions and 142 deletions
				
			
		|  | @ -10,12 +10,11 @@ export default class SharedTagRenderings { | |||
|     private static generatedSharedFields(iconsOnly = false) { | ||||
|         const dict = {} | ||||
| 
 | ||||
| 
 | ||||
|         function add(key, store) { | ||||
|             try { | ||||
|                 dict[key] = new TagRenderingConfig(store[key]) | ||||
|                 dict[key] = new TagRenderingConfig(store[key], key) | ||||
|             } catch (e) { | ||||
|                 console.error("BUG: could not parse", key, " from questions.json or icons.json", e) | ||||
|                 console.error("BUG: could not parse", key, " from questions.json or icons.json - this error happened during the build step of the SharedTagRenderings", e) | ||||
|             } | ||||
|         } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue