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:
csawatzky 2025-05-08 15:56:38 -06:00
parent 5f9d39e26d
commit 446147d4d5
4 changed files with 9 additions and 18 deletions

View file

@ -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} />;
};