hotfix - making high the default display for the grain temp for bins and binVisualizer

This commit is contained in:
csawatzky 2025-12-15 09:57:31 -06:00
parent bdddcfc103
commit 41f3374982
2 changed files with 2 additions and 2 deletions

View file

@ -196,7 +196,7 @@ export default function Bins(props: Props) {
const { openSnack } = useSnackbar();
// const history = useHistory();
const navigate = useNavigate()
const [cardValDisplay, setCardValDisplay] = useState<"high" | "low" | "average">("average");
const [cardValDisplay, setCardValDisplay] = useState<"high" | "low" | "average">("high");
const [teamsDialog, setTeamsDialog] = useState(false)