Lint fixes

This commit is contained in:
cagataycivici 2020-01-21 09:58:18 +03:00
parent 0e4bad5085
commit df4080154e
4 changed files with 4 additions and 4 deletions

View file

@ -422,7 +422,7 @@ export default {
return this.value;
},
equalityKey() {
return this.optionValue ? null : this.dataKey;
return this.optionValue ? null : this.dataKey;
}
}
}