We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27a38e commit 64d8f0cCopy full SHA for 64d8f0c
src/components/Item.jsx
@@ -77,9 +77,7 @@ function Item(prop) {
77
<h2 className="text-[12px] md:text-[15px] ">
78
Merchant: <span className="font-medium">{merchant ? merchant.name : "Loading"}</span>
79
</h2>
80
- <h2 className="text-[12px] md:text-[15px] ">
81
- category: <span className="font-medium">{prop.data?.category}</span>
82
- </h2>
+
83
84
{!user?.isMerchant && !prop.isCart && (
85
<Button onClick={() => handleAction("addToCart")}>
0 commit comments