mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +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() {
|
||||
return [{
|
||||
'click .js-linked-link' (evt) {
|
||||
'click .js-linked-link' () {
|
||||
if (this.data().isLinkedCard())
|
||||
Utils.goCardId(this.data().linkedId);
|
||||
else if (this.data().isLinkedBoard())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue