santizing tab order array so that it's never misformatted

This commit is contained in:
Carter 2025-04-02 11:26:31 -06:00
parent dd952bebe6
commit 76ac02d3ce
2 changed files with 44 additions and 2 deletions

View file

@ -213,6 +213,7 @@ export default function BinYard(props: Props) {
useEffect(() => {
if (props.yards && props.yardPerms) {
console.log(props.yards)
setBinYards(props.yards);
setYardPermissions(props.yardPerms);
return;