summaryrefslogtreecommitdiffstats
path: root/client/components/main/header.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/main/header.js')
-rw-r--r--client/components/main/header.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/client/components/main/header.js b/client/components/main/header.js
index 30cb2d8f..d44fe76d 100644
--- a/client/components/main/header.js
+++ b/client/components/main/header.js
@@ -1,9 +1,4 @@
Template.header.helpers({
- // Reactively set the color of the page from the color of the current board.
- headerTemplate() {
- return 'headerBoard';
- },
-
wrappedHeader() {
return !Session.get('currentBoard');
},