diff --git a/src/components/ItemLister.js b/src/components/ItemLister.js index 1085765..9504cc5 100644 --- a/src/components/ItemLister.js +++ b/src/components/ItemLister.js @@ -874,18 +874,32 @@ const ItemLister = ({ return !forCart || (forCart && item.qty > 0) ? ( <> {isEditItem == item.itemId && ( - + // +
+
+
+
+ +
+
+
+ Ganti gambar +
+
+
+
+
)}
{isEditMode && isEditItem != item.itemId && (
-
+
{isEditMode && ( handleChange(item.itemId)} @@ -897,7 +911,7 @@ const ItemLister = ({
-
editItem(item.itemId)} style={{display: 'flex', alignItems: 'center', height: '40px', marginRight: '7.5vw'}}> +
editItem(item.itemId)} style={{ display: 'flex', alignItems: 'center', height: '40px', marginRight: '7.5vw' }}>