mirror of
https://github.com/wekan/wekan.git
synced 2026-02-14 12:14:21 +01:00
card colors: remove unused variables
This commit is contained in:
parent
6e9bad5772
commit
5fa0821e07
2 changed files with 0 additions and 5 deletions
|
|
@ -27,7 +27,6 @@ BlazeComponent.extendComponent({
|
|||
onCreated() {
|
||||
this.currentBoard = Boards.findOne(Session.get('currentBoard'));
|
||||
this.isLoaded = new ReactiveVar(false);
|
||||
this.currentColor = new ReactiveVar(this.data().color);
|
||||
const boardBody = this.parentComponent().parentComponent();
|
||||
//in Miniview parent is Board, not BoardBody.
|
||||
if (boardBody !== null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue