fix: hide DisplaySigit actions
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 51s
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 51s
Closes #246
This commit is contained in:
parent
0834e52316
commit
08b13c291b
@ -112,6 +112,9 @@ export const DisplaySigit = ({
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
{
|
||||
// TODO: enable buttons once feature is ready
|
||||
false && (
|
||||
<div className={styles.itemActions}>
|
||||
<Tooltip title="Duplicate" arrow placement="top" disableInteractive>
|
||||
<Button
|
||||
@ -138,6 +141,8 @@ export const DisplaySigit = ({
|
||||
</Button>
|
||||
</Tooltip>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user