Prechádzať zdrojové kódy

Fix home header bar

The issue was introduced in 3b2eb0f but was only partially fixed (in
urgency) in 71b9a42. We sould have test to avoid these trivial
regressions! (I guess React will also yelp in this particular case by
removing the need to link the template and the "component", and thus
removing the possibility to break this link)

Fixes #434
Maxime Quandalle 9 rokov pred
rodič
commit
f30c776f20
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      client/components/boards/boardArchive.js

+ 1 - 1
client/components/boards/boardArchive.js

@@ -1,4 +1,4 @@
-Template.boardHeaderBar.events({
+Template.boardListHeaderBar.events({
   'click .js-open-archived-board'() {
   'click .js-open-archived-board'() {
     Modal.open('archivedBoards');
     Modal.open('archivedBoards');
   },
   },