bolding the text for selected yard, changing font colour in drawer title to black

This commit is contained in:
csawatzky 2025-05-08 16:18:24 -06:00
parent 631b7c7934
commit 8c66a9d2c8
5 changed files with 2 additions and 5 deletions

View file

@ -85,7 +85,6 @@ export default function BinYardDrawer(props: Props) {
const drawerBody = () => {
//return <Bins insert yardFilter={yard.key} />;
console.log(yard.key)
return <BinyardDisplay insert yardKey={yard.key} />;
};