mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +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