fixed the temp and humidity on the bin cards in the drawer on the map, also fixed the drawer loading bins not in the yard
This commit is contained in:
parent
5f9d39e26d
commit
446147d4d5
4 changed files with 9 additions and 18 deletions
|
|
@ -85,6 +85,7 @@ export default function BinYardDrawer(props: Props) {
|
|||
|
||||
const drawerBody = () => {
|
||||
//return <Bins insert yardFilter={yard.key} />;
|
||||
console.log(yard.key)
|
||||
return <BinyardDisplay insert yardKey={yard.key} />;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue