Browse Source

Minicard didn't show the assignee

Martin Filser 2 years ago
parent
commit
912717ebf9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/cards/minicard.js

+ 1 - 1
client/components/cards/minicard.js

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