1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

F #5422: Fix minor in clipboard component (#1602)

This commit is contained in:
Sergio Betanzos 2021-11-22 18:52:01 +01:00 committed by GitHub
parent 35e1fd008e
commit 97fe538628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ const StatusChip = memo(({
<Typography
component='span'
className={classes.text}
onClick={callAll(onClick, handleCopy)}
onClick={callAll(onClick, clipboard && handleCopy)}
{...props}
>
{text}