mirror of
https://github.com/wekan/wekan.git
synced 2026-01-22 17:26:10 +01:00
Bugfix, and optimize icon for notification
This commit is contained in:
parent
1e8368dea5
commit
470832e798
4 changed files with 11 additions and 11 deletions
|
|
@ -43,7 +43,7 @@ Template.boardChangeTitlePopup.events({
|
|||
BlazeComponent.extendComponent({
|
||||
watchLevel() {
|
||||
const currentBoard = Boards.findOne(Session.get('currentBoard'));
|
||||
return currentBoard.getWatchLevel(Meteor.userId());
|
||||
return currentBoard && currentBoard.getWatchLevel(Meteor.userId());
|
||||
},
|
||||
|
||||
isStarred() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue