santizing tab order array so that it's never misformatted
This commit is contained in:
parent
dd952bebe6
commit
76ac02d3ce
2 changed files with 44 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue