This commit is contained in:
insvrgent
2025-02-12 19:32:13 +07:00
parent 1512f8271d
commit 1c8490b9ab
7 changed files with 113 additions and 43 deletions

View File

@@ -265,7 +265,7 @@ const Item = ({
</button>
)} */}
</div>
{itemDescription?.length &&
{itemDescription && itemDescription != 'undefined' && itemDescription?.length &&
<div>
<p style={{color: '#5f5f5f', fontSize: '3.2vw', padding: '5px'}}>{itemDescription}</p>
</div>