Minicard didn't show the assignee

This commit is contained in:
Martin Filser 2023-07-20 17:15:35 +02:00
parent 9f1a2ec625
commit 912717ebf9

View file

@ -73,7 +73,7 @@ BlazeComponent.extendComponent({
ret =
board.allowsAssignee === null ||
board.allowsAssignee === undefined ||
board.allowsAssigne
board.allowsAssignee
;
}
return ret;