write permission to the bin or team is required to make the transaction rows selectable

This commit is contained in:
csawatzky 2025-06-06 09:13:02 -06:00
parent 691b3be1f9
commit 216569b661
8 changed files with 121 additions and 27 deletions

View file

@ -155,7 +155,7 @@ export class Bin {
return GrainDescriber(this.grain()).name;
}
} else {
return "";
return "None";
}
}