mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	fix type
This commit is contained in:
		| @@ -63,11 +63,7 @@ export default function PricingOverviewPanel({ | ||||
|             <Group position="left" spacing="xs"> | ||||
|               {record.icon} | ||||
|               {is_link ? ( | ||||
|                 <Anchor | ||||
|                   weight={700} | ||||
|                   onClick={() => doNavigation(record.name)} | ||||
|                   component={Text} | ||||
|                 > | ||||
|                 <Anchor weight={700} onClick={() => doNavigation(record.name)}> | ||||
|                   {record.title} | ||||
|                 </Anchor> | ||||
|               ) : ( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user