fixed a broken button in the accordion of the mobile view of the field dashboard

This commit is contained in:
csawatzky 2026-02-11 14:40:40 -06:00
parent 71eacc8faa
commit 9966e90f7a

View file

@ -235,7 +235,7 @@ const columns: Column<Field>[] = [
<Typography textAlign="center">{row.grainName()}</Typography>
<Typography textAlign="center">{row.acres()} Acres</Typography>
</Stack>
<Button variant="contained" color="primary">Go</Button>
<Button variant="contained" color="primary" fullWidth onClick={() => goTo(row)}>Go</Button>
</Grid2>
</Grid2>
</AccordionDetails>