mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Fix lint warning
This commit is contained in:
parent
692a1bc369
commit
315db00e83
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ BlazeComponent.extendComponent({
|
||||||
|
|
||||||
events() {
|
events() {
|
||||||
return [{
|
return [{
|
||||||
'click .js-linked-link' (evt) {
|
'click .js-linked-link' () {
|
||||||
if (this.data().isLinkedCard())
|
if (this.data().isLinkedCard())
|
||||||
Utils.goCardId(this.data().linkedId);
|
Utils.goCardId(this.data().linkedId);
|
||||||
else if (this.data().isLinkedBoard())
|
else if (this.data().isLinkedBoard())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue