mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	merge condition
This commit is contained in:
		| @@ -20,8 +20,12 @@ export function CopyButton({ | ||||
|           size="compact-md" | ||||
|         > | ||||
|           <IconCopy size={10} /> | ||||
|           {label && <div> </div>} | ||||
|           {label && label} | ||||
|           {label && ( | ||||
|             <> | ||||
|               <div> </div> | ||||
|               {label} | ||||
|             </> | ||||
|           )} | ||||
|         </Button> | ||||
|       )} | ||||
|     </MantineCopyButton> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user