diff --git a/src/bin/BinCardV2.tsx b/src/bin/BinCardV2.tsx
index 35fcd12..e559c11 100644
--- a/src/bin/BinCardV2.tsx
+++ b/src/bin/BinCardV2.tsx
@@ -506,9 +506,6 @@ export default function BinCard(props: Props) {
+
)}
- {/*
-
- */}
{
position: "relative",
minHeight: "233px",
height: "auto !important",
- width: "184px",
padding: 2
},
hidden: {
@@ -113,7 +112,7 @@ export default function BinsList(props: Props) {
return (
{bins.map((b, i) =>
- isMobile ? (
+ (
- ) : (
- {
- !duplicate && goToBin(i)
- }}>
-
-
)
)}
diff --git a/src/pages/Bins.tsx b/src/pages/Bins.tsx
index 477aa05..9145a6a 100644
--- a/src/pages/Bins.tsx
+++ b/src/pages/Bins.tsx
@@ -1214,37 +1214,6 @@ export default function Bins(props: Props) {
}
]}
/>
- {/*
- {
- setCardValDisplay("low");
- }}>
- Low
-
- {
- setCardValDisplay("average");
- }}>
- Average
-
- {
- setCardValDisplay("high");
- }}>
- High
-
- */}
@@ -1270,41 +1239,6 @@ export default function Bins(props: Props) {
}
]}
/>
- {/*
- {
- setBinView("grid");
- sessionStorage.setItem("binsView", "grid");
- }}>
-
- */}
- {/* hidden at dustins request so that grid view and list are the only two */}
- {/* {
- setBinView("scroll");
- sessionStorage.setItem("binsView", "scroll");
- }}>
-
- */}
- {/* {
- setBinView("list");
- sessionStorage.setItem("binsView", "list");
- }}>
-
-
- */}
{