From 81392ad2af89b30055334da9ed04ae22bac537e8 Mon Sep 17 00:00:00 2001 From: Harshit Jain <44135316+iharshit009@users.noreply.github.com> Date: Thu, 28 Oct 2021 17:00:41 +0530 Subject: [PATCH 1/2] Invalid space in your text data --- src/Checkout.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Checkout.js b/src/Checkout.js index 1283829..68195eb 100644 --- a/src/Checkout.js +++ b/src/Checkout.js @@ -21,7 +21,6 @@ function Copyright() { Dhananjay Purohit {' '} - {'.'} ); } @@ -134,4 +133,4 @@ export default function Checkout() { ); -} \ No newline at end of file +} From 51d157b2d0773b56ff241ec9dae1936eb5f127f0 Mon Sep 17 00:00:00 2001 From: Harshit Jain <44135316+iharshit009@users.noreply.github.com> Date: Sun, 31 Oct 2021 20:18:20 +0530 Subject: [PATCH 2/2] Update yarn.lock --- yarn.lock | 8 -------- 1 file changed, 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index 4c431a1..cad9c1c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -91,14 +91,6 @@ "@babel/helper-module-imports" "^7.8.3" "@babel/types" "^7.9.0" -"@babel/helper-builder-react-jsx@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.9.0.tgz#16bf391990b57732700a3278d4d9a81231ea8d32" - integrity sha512-weiIo4gaoGgnhff54GQ3P5wsUQmnSwpkvU0r6ZHq6TzoSzKy4JxHEgnxNytaKbov2a9z/CVNyzliuCOUPEX3Jw== - dependencies: - "@babel/helper-annotate-as-pure" "^7.8.3" - "@babel/types" "^7.9.0" - "@babel/helper-call-delegate@^7.8.7": version "7.8.7" resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.7.tgz#28a279c2e6c622a6233da548127f980751324cab"