Skip to content

Commit 962d8c7

Browse files
committed
Update AddToCart.component.tsx
1 parent a23800c commit 962d8c7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/Product/AddToCart.component.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,6 @@ const AddToCart = ({
153153
>
154154
KJØP
155155
</Button>
156-
{requestError && (
157-
<p>
158-
Det oppstod en feil ved tillegging i handlekurven. Vennligst prøv
159-
igjen.
160-
</p>
161-
)}
162156
</>
163157
);
164158
};

0 commit comments

Comments
 (0)