fixed a broken button in the accordion of the mobile view of the field dashboard
This commit is contained in:
parent
71eacc8faa
commit
9966e90f7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue