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,32 +112,37 @@ export const DisplaySigit = ({
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.itemActions}>
|
{
|
||||||
<Tooltip title="Duplicate" arrow placement="top" disableInteractive>
|
// TODO: enable buttons once feature is ready
|
||||||
<Button
|
false && (
|
||||||
sx={{
|
<div className={styles.itemActions}>
|
||||||
color: 'var(--primary-main)',
|
<Tooltip title="Duplicate" arrow placement="top" disableInteractive>
|
||||||
minWidth: '34px',
|
<Button
|
||||||
padding: '10px'
|
sx={{
|
||||||
}}
|
color: 'var(--primary-main)',
|
||||||
variant={'text'}
|
minWidth: '34px',
|
||||||
>
|
padding: '10px'
|
||||||
<FontAwesomeIcon icon={faCopy} />
|
}}
|
||||||
</Button>
|
variant={'text'}
|
||||||
</Tooltip>
|
>
|
||||||
<Tooltip title="Archive" arrow placement="top" disableInteractive>
|
<FontAwesomeIcon icon={faCopy} />
|
||||||
<Button
|
</Button>
|
||||||
sx={{
|
</Tooltip>
|
||||||
color: 'var(--primary-main)',
|
<Tooltip title="Archive" arrow placement="top" disableInteractive>
|
||||||
minWidth: '34px',
|
<Button
|
||||||
padding: '10px'
|
sx={{
|
||||||
}}
|
color: 'var(--primary-main)',
|
||||||
variant={'text'}
|
minWidth: '34px',
|
||||||
>
|
padding: '10px'
|
||||||
<FontAwesomeIcon icon={faArchive} />
|
}}
|
||||||
</Button>
|
variant={'text'}
|
||||||
</Tooltip>
|
>
|
||||||
</div>
|
<FontAwesomeIcon icon={faArchive} />
|
||||||
|
</Button>
|
||||||
|
</Tooltip>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user