hotfix for the moisture not being visible for custom grain types
This commit is contained in:
parent
181f1194e2
commit
d831677769
1 changed files with 4 additions and 2 deletions
|
|
@ -2222,11 +2222,13 @@ export default function BinSettings(props: Props) {
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Box>
|
</Box>
|
||||||
{!isCustomInventory && (
|
|
||||||
<Box marginTop={1}>
|
<Box marginTop={1}>
|
||||||
<Typography variant="body1" align="center" gutterBottom>
|
<Typography variant="body1" align="center" gutterBottom>
|
||||||
Moisture
|
Moisture
|
||||||
</Typography>
|
</Typography>
|
||||||
|
{isCustomInventory && (
|
||||||
|
<Typography variant="caption">You are using a custom Grain type, the drying estimate may not be accurate</Typography>
|
||||||
|
)}
|
||||||
<Box marginTop={1}>
|
<Box marginTop={1}>
|
||||||
<TextField
|
<TextField
|
||||||
label="Target EMC"
|
label="Target EMC"
|
||||||
|
|
@ -2318,7 +2320,7 @@ export default function BinSettings(props: Props) {
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue