Skip to content

Commit dcb45d9

Browse files
committed
Update SingleProduct.component.tsx
1 parent 188683f commit dcb45d9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/Product/SingleProduct.component.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ const SingleProduct: React.FC<IProductRootObject> = ({
9090
</div>
9191
<div className="space-y-4">
9292
<AddToCart product={product} variationId={selectedVariation} />
93-
<Button handleButtonClick={handleBuy} color="blue">
94-
Kjøp nå
95-
</Button>
93+
9694
{product.variations && (
9795
<div className="w-full">
9896
<label

0 commit comments

Comments
 (0)