Merge branch 'dev_environment' of gitlab.com:brandx/bxt-app into dev_environment

This commit is contained in:
Carter 2025-03-28 10:59:06 -06:00
commit 6d21ec0fc6
24 changed files with 2534 additions and 101 deletions

View file

@ -679,16 +679,16 @@ export default function BinyardDisplay(props: Props) {
className={classes.gridList}
cols={
props.insert && !isMobile
? 3.25
? 3
: width === "xs"
? 3.25
? 3
: width === "sm"
? 5.5
? 5
: width === "md"
? 6.5
? 6
: width === "lg"
? 7.5
: 8.5
? 7
: 8
}>
{binMetrics &&
binMetrics.grainInventory.map((inv, key) => (