@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user