From b08b66529ceb11ee5efe08ca8a1ceca052c23404 Mon Sep 17 00:00:00 2001 From: muzam1l Date: Tue, 5 Jul 2022 17:31:49 +0530 Subject: [PATCH] Fix split error --- pages/test/[[...slug]].tsx | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/test/[[...slug]].tsx b/pages/test/[[...slug]].tsx index e5a0833..a77ffad 100644 --- a/pages/test/[[...slug]].tsx +++ b/pages/test/[[...slug]].tsx @@ -45,7 +45,7 @@ const Test = () => { ? [50, 20, 30] : hasScripts ? [50, 20, 50] - : [50, 50] + : [50, 50, 0] } gutterSize={4} gutterAlign="center" diff --git a/yarn.lock b/yarn.lock index a0c3df7..b62ce66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3480,7 +3480,7 @@ react-select@^5.2.1: react-split@^2.0.14: version "2.0.14" - resolved "https://registry.npmjs.org/react-split/-/react-split-2.0.14.tgz" + resolved "https://registry.yarnpkg.com/react-split/-/react-split-2.0.14.tgz#ef198259bf43264d605f792fb3384f15f5b34432" integrity sha512-bKWydgMgaKTg/2JGQnaJPg51T6dmumTWZppFgEbbY0Fbme0F5TuatAScCLaqommbGQQf/ZT1zaejuPDriscISA== dependencies: prop-types "^15.5.7"