Skip to content

Commit 64d8f0c

Browse files
Update Item.jsx
1 parent e27a38e commit 64d8f0c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/Item.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ function Item(prop) {
7777
<h2 className="text-[12px] md:text-[15px] ">
7878
Merchant: <span className="font-medium">{merchant ? merchant.name : "Loading"}</span>
7979
</h2>
80-
<h2 className="text-[12px] md:text-[15px] ">
81-
category: <span className="font-medium">{prop.data?.category}</span>
82-
</h2>
80+
8381

8482
{!user?.isMerchant && !prop.isCart && (
8583
<Button onClick={() => handleAction("addToCart")}>

0 commit comments

Comments
 (0)