Merge pull request #5021 from mfilser/minicard_show_assignee

Minicard didn't show the assignee
This commit is contained in:
Lauri Ojansivu 2023-07-20 19:53:59 +03:00 committed by GitHub
commit 338aabc02f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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