From 21096ef837e65892deedd878b0f674c4e3761457 Mon Sep 17 00:00:00 2001 From: Matchu Date: Mon, 1 Nov 2021 16:09:56 -0700 Subject: [PATCH] Remove incorrect `flexAlign` prop Huh. `flexAlign` isn't a real Chakra style prop, because it's not a real CSS style. I wonder if I meant `alignItems`? Anyway, this was getting passed down to the DOM element and triggering a console warning. Removed! --- src/app/ItemPage.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/app/ItemPage.js b/src/app/ItemPage.js index dc69b91..9e1dd0b 100644 --- a/src/app/ItemPage.js +++ b/src/app/ItemPage.js @@ -454,18 +454,12 @@ function ItemPageTradeLink({ href, count, label, colorScheme, isEmbedded }) { paddingRight="1" > - + {count} {label}