summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardsList.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-05-13 02:57:36 +0300
committerLauri Ojansivu <x@xet7.org>2020-05-13 02:57:36 +0300
commit85f254da38cb4008877832a338dbb100fe3b475d (patch)
treed79482cdf7d031d138d55774c7088a6b1ee03cd6 /client/components/boards/boardsList.js
parent1fe7394d05032f65d1f8e035d6d4cf1fc41d8d35 (diff)
parentec03bbe260e3a7e1298ac7cf526b41c7d2207e91 (diff)
downloadwekan-85f254da38cb4008877832a338dbb100fe3b475d.tar.gz
wekan-85f254da38cb4008877832a338dbb100fe3b475d.tar.bz2
wekan-85f254da38cb4008877832a338dbb100fe3b475d.zip
Merge branch 'master' of https://github.com/NicoP-S/wekan into NicoP-S-master
Diffstat (limited to 'client/components/boards/boardsList.js')
-rw-r--r--client/components/boards/boardsList.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/components/boards/boardsList.js b/client/components/boards/boardsList.js
index 9208fdb2..b99c0c31 100644
--- a/client/components/boards/boardsList.js
+++ b/client/components/boards/boardsList.js
@@ -25,7 +25,6 @@ BlazeComponent.extendComponent({
},
onRendered() {
- const self = this;
function userIsAllowedToMove() {
return Meteor.user();
}
@@ -78,7 +77,7 @@ BlazeComponent.extendComponent({
},
boards() {
- let query = {
+ const query = {
archived: false,
type: 'board',
};