diff options
author | Andrés Manelli <andresmanelli@gmail.com> | 2018-01-22 15:31:33 -0300 |
---|---|---|
committer | Andrés Manelli <andresmanelli@gmail.com> | 2018-01-22 15:31:33 -0300 |
commit | 2d7d9b5d9ffed0349b2cf65acc61561c21d05aaf (patch) | |
tree | 370a433ba3e3390a73da469a613edad7089d4ce3 /client/components/lists | |
parent | ecb8c8823358c91e00868e559c0fbaf256e9eb9d (diff) | |
download | wekan-2d7d9b5d9ffed0349b2cf65acc61561c21d05aaf.tar.gz wekan-2d7d9b5d9ffed0349b2cf65acc61561c21d05aaf.tar.bz2 wekan-2d7d9b5d9ffed0349b2cf65acc61561c21d05aaf.zip |
Fix lint errors
Diffstat (limited to 'client/components/lists')
-rw-r--r-- | client/components/lists/listBody.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/lists/listBody.js b/client/components/lists/listBody.js index 7a63eab6..0911f828 100644 --- a/client/components/lists/listBody.js +++ b/client/components/lists/listBody.js @@ -45,7 +45,7 @@ BlazeComponent.extendComponent({ listId: this.data()._id, boardId: this.data().board()._id, sort: sortIndex, - swimlaneId: swimlaneId, + swimlaneId, }); // In case the filter is active we need to add the newly inserted card in // the list of exceptions -- cards that are not filtered. Otherwise the |