bug fix
This commit is contained in:
@@ -144,6 +144,7 @@ const Orders = () => {
|
||||
>
|
||||
<Image
|
||||
width={500}
|
||||
unoptimized
|
||||
height={500}
|
||||
src={item.image || '/placeholder.svg'}
|
||||
alt={item.name}
|
||||
|
||||
@@ -521,6 +521,7 @@ const RefreshOrder = () => {
|
||||
height={500}
|
||||
src={item.product_image}
|
||||
alt={item.product_name}
|
||||
unoptimized
|
||||
className="w-16 h-16 object-contain bg-gray-100 rounded"
|
||||
/>
|
||||
<div className="flex-1">
|
||||
|
||||
Reference in New Issue
Block a user