From ce36e41cc71fa9bcfc8b956de0ab4da30214a12d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=2E=20Volkan=20=C3=87ATAK?= Date: Thu, 8 Jul 2021 23:32:24 +0300 Subject: [PATCH] Total value i think "Total: $1987.22" can be variable. am i wrong about logic? thanks for your time. --- src/components/basket.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/basket.tsx b/src/components/basket.tsx index 5f49af4..d848640 100644 --- a/src/components/basket.tsx +++ b/src/components/basket.tsx @@ -75,7 +75,7 @@ class BasketInner extends React.Component { {this.props.showPaymentButton && - Total: $1987.22 + Total: $1987.22!