mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Minicard didn't show the assignee
This commit is contained in:
parent
9f1a2ec625
commit
912717ebf9
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ BlazeComponent.extendComponent({
|
|||
ret =
|
||||
board.allowsAssignee === null ||
|
||||
board.allowsAssignee === undefined ||
|
||||
board.allowsAssigne
|
||||
board.allowsAssignee
|
||||
;
|
||||
}
|
||||
return ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue