2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

merge condition

This commit is contained in:
Matthias Mair
2024-07-11 22:53:12 +02:00
parent dfd53d296a
commit 8933a21762

View File

@ -20,8 +20,12 @@ export function CopyButton({
size="compact-md" size="compact-md"
> >
<IconCopy size={10} /> <IconCopy size={10} />
{label && <div>&nbsp;</div>} {label && (
{label && label} <>
<div>&nbsp;</div>
{label}
</>
)}
</Button> </Button>
)} )}
</MantineCopyButton> </MantineCopyButton>