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

Reviewed-on: #322
Reviewed-by: s <s@noreply.git.nostrdev.com>
This commit is contained in:
enes 2025-03-06 15:39:37 +00:00
commit e95fabd4ae

View File

@ -112,6 +112,9 @@ export const DisplaySigit = ({
</> </>
)} )}
</div> </div>
{
// TODO: enable buttons once feature is ready
false && (
<div className={styles.itemActions}> <div className={styles.itemActions}>
<Tooltip title="Duplicate" arrow placement="top" disableInteractive> <Tooltip title="Duplicate" arrow placement="top" disableInteractive>
<Button <Button
@ -138,6 +141,8 @@ export const DisplaySigit = ({
</Button> </Button>
</Tooltip> </Tooltip>
</div> </div>
)
}
</div> </div>
) )
} }