imported binyard stuff
This commit is contained in:
parent
8d2d9ea0e7
commit
906fe44ab5
5 changed files with 806 additions and 12 deletions
|
|
@ -81,6 +81,7 @@ import { GrainBag } from "models/GrainBag";
|
|||
import { getThemeType } from "theme/themeType";
|
||||
import GrainBagSettings from "grainBag/grainBagSettings";
|
||||
import GrainBagList from "grainBag/grainBagList";
|
||||
import BinYards from "bin/BinYards";
|
||||
// import { useHistory } from "react-router";
|
||||
|
||||
const useStyles = makeStyles((theme: Theme) => {
|
||||
|
|
@ -1315,7 +1316,7 @@ export default function Bins(props: Props) {
|
|||
return (
|
||||
<Box>
|
||||
{addALertsDialog()}
|
||||
{/* <BinYard
|
||||
<BinYards
|
||||
yards={yards}
|
||||
yardsLoading={yardsLoading}
|
||||
yardPerms={yardPermissions}
|
||||
|
|
@ -1330,7 +1331,7 @@ export default function Bins(props: Props) {
|
|||
setShowing={(val: "all" | "bins" | "bags") => {
|
||||
setShowing(val);
|
||||
}}
|
||||
/> */}
|
||||
/>
|
||||
<Box height={1}>
|
||||
<Box
|
||||
paddingY={isMobile || props.insert ? 0.5 : 1}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue