summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardsList.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/boards/boardsList.js')
-rw-r--r--client/components/boards/boardsList.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/components/boards/boardsList.js b/client/components/boards/boardsList.js
index 131adf9d..e4bb050e 100644
--- a/client/components/boards/boardsList.js
+++ b/client/components/boards/boardsList.js
@@ -1,8 +1,4 @@
BlazeComponent.extendComponent({
- template() {
- return 'boardList';
- },
-
boards() {
return Boards.find({
archived: false,