From cbabf161d70d2631b0bcae8ab953d22a17760cf7 Mon Sep 17 00:00:00 2001 From: Shane Loeffler Date: Fri, 12 Jan 2024 08:40:08 -0600 Subject: [PATCH] rm unused bottom bool that caused errors with new props pass --- src/grid.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/grid.js b/src/grid.js index 67ce452..bae1478 100644 --- a/src/grid.js +++ b/src/grid.js @@ -89,13 +89,7 @@ const Grid = ({ horizontal, vertical, count = 5, values, sx, ...props }) => { ...horizontalSx, }} > - + )}