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