Skip to content

Commit f634c8e

Browse files
authored
Merge pull request #1351 from w3bdesign/develop
Update AddToCart.component.tsx
2 parents a2da1ea + 962d8c7 commit f634c8e

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)