Skip to content

Commit 3e965cf

Browse files
committed
chore: small fixes
1 parent a211a55 commit 3e965cf

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

examples/kendo-react-e-commerce-astro-app/src/components/ShoppingCartList.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export const ShoppingCartList: React.FC = () => {
4040

4141
const onProceedClick = () => {
4242
window.location.href = "/kendo-react/kendo-react-e-commerce-astro-app/paymentdetails";
43-
window.location.href = '/products';
4443
};
4544

4645
const updateQuantity = (index: number, value: number) => {

0 commit comments

Comments
 (0)