fix
This commit is contained in:
		
							parent
							
								
									4886332ff5
								
							
						
					
					
						commit
						8a723eb5c7
					
				| @ -211,5 +211,5 @@ export const toolsByCategory: ToolCategory[] = [ | ||||
| 
 | ||||
| export const tools = toolsByCategory.flatMap(({ components }) => components); | ||||
| export const toolsWithCategory = toolsByCategory.flatMap(({ components, name }) => | ||||
|   components.map(tool) => ({ category: name, ...tool }), | ||||
|   components.map((tool) => ({ ...tool, category: name })), | ||||
| ); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user