diff options
Diffstat (limited to 'client/components/boards/boardHeader.js')
-rw-r--r-- | client/components/boards/boardHeader.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/components/boards/boardHeader.js b/client/components/boards/boardHeader.js index 9423ecee..3b05b4ef 100644 --- a/client/components/boards/boardHeader.js +++ b/client/components/boards/boardHeader.js @@ -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')); |