diff --git a/src/bin/BinYards.tsx b/src/bin/BinYards.tsx index b1031be..85e7392 100644 --- a/src/bin/BinYards.tsx +++ b/src/bin/BinYards.tsx @@ -130,6 +130,7 @@ const useStyles = makeStyles((theme: Theme) => { borderTopLeftRadius: "6px", borderTopRightRadius: "6px", background: theme.palette.background.default, + fontWeight: 1000, transform: "0.3s ease-in-out", // "linear-gradient(rgba(150, 150, 150, 0.3)," // + theme.palette.background.default + " 80%)" diff --git a/src/common/DisplayDrawer.tsx b/src/common/DisplayDrawer.tsx index 0389473..8e31818 100644 --- a/src/common/DisplayDrawer.tsx +++ b/src/common/DisplayDrawer.tsx @@ -133,7 +133,7 @@ export default function DisplayDrawer(props: Props) { - + {title} diff --git a/src/maps/mapDrawers/BinYardDrawer.tsx b/src/maps/mapDrawers/BinYardDrawer.tsx index 66c1670..3153901 100644 --- a/src/maps/mapDrawers/BinYardDrawer.tsx +++ b/src/maps/mapDrawers/BinYardDrawer.tsx @@ -85,7 +85,6 @@ export default function BinYardDrawer(props: Props) { const drawerBody = () => { //return ; - console.log(yard.key) return ; }; diff --git a/src/pages/Bin.tsx b/src/pages/Bin.tsx index e2c40f3..a13611c 100644 --- a/src/pages/Bin.tsx +++ b/src/pages/Bin.tsx @@ -547,7 +547,6 @@ export default function Bin(props: Props) { }; const tasks = () => { - console.log(showTasks()) if (showTasks()) { return ( diff --git a/src/providers/pond/binAPI.tsx b/src/providers/pond/binAPI.tsx index 63f0fd1..5e9f51a 100644 --- a/src/providers/pond/binAPI.tsx +++ b/src/providers/pond/binAPI.tsx @@ -388,8 +388,6 @@ export default function BinProvider(props: PropsWithChildren) { (keys ? "&keys=" + keys.join(",") : "") + (types ? "&types=" + types.join(",") : "") - console.log(url) - return new Promise>((resolve, reject)=>{ get(pondURL(url)).then(resp => { resp.data = pond.ListBinsAndDataResponse.fromObject(resp.data)