up
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-26 16:25:30 +03:30
parent 9ce07ed3c2
commit c06415536a
5 changed files with 9 additions and 81 deletions
@@ -58,14 +58,11 @@ const RequestItemsList: FC<Props> = ({
<div className='text-sm font-medium truncate'>
{getProductTitle(item.productId)}
</div>
<div className='text-description text-xs mt-1'>
تعداد: {item.quantity}
{item.attachments.length > 0 && (
<span className='mr-2'>
· {item.attachments.length} پیوست
</span>
)}
</div>
{item.attachments.length > 0 && (
<div className='text-description text-xs mt-1'>
{item.attachments.length} پیوست
</div>
)}
<div className='flex gap-2 mt-3'>
<button
type='button'