added the harvest plan stuff for the map and field drawer

This commit is contained in:
csawatzky 2025-03-28 10:51:48 -06:00
parent a8e7ae1041
commit e2e061151b
11 changed files with 1610 additions and 36 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) => (