mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 12:48:49 +01:00
fix board headeer issue
This commit is contained in:
parent
ce88495d47
commit
d2ac3dc63d
5 changed files with 34 additions and 15 deletions
|
|
@ -39,6 +39,10 @@ BlazeComponent.extendComponent({
|
|||
return user && user.hasStarred(boardId);
|
||||
},
|
||||
|
||||
isMiniScreen() {
|
||||
return Utils.isMiniScreen();
|
||||
},
|
||||
|
||||
// Only show the star counter if the number of star is greater than 2
|
||||
showStarCounter() {
|
||||
const currentBoard = Boards.findOne(Session.get('currentBoard'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue