mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Fix lint errors.
This commit is contained in:
parent
f7e85ac86c
commit
c7f260d030
1 changed files with 1 additions and 1 deletions
|
@ -650,7 +650,7 @@ Cards.helpers({
|
|||
|
||||
// match right definition to each field
|
||||
if (!this.customFields) return [];
|
||||
let ret = this.customFields.map(customField => {
|
||||
const ret = this.customFields.map(customField => {
|
||||
const definition = definitions.find(definition => {
|
||||
return definition._id === customField._id;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue