chore(git): merge pull request #322 from 246-sigit-buttons into staging
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m56s
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m56s
Reviewed-on: #322 Reviewed-by: s <s@noreply.git.nostrdev.com>
This commit is contained in:
commit
e95fabd4ae
@ -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