mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Eslint correction always return something in computed property
This commit is contained in:
parent
273f91fd00
commit
96f73b419d
@ -77,8 +77,9 @@ export default {
|
||||
return true;
|
||||
}
|
||||
if (this.$props.item.result.parent !== null) {
|
||||
this.$props.item.result.parent.address !== null;
|
||||
return this.$props.item.result.parent.address !== null;
|
||||
}
|
||||
return false
|
||||
},
|
||||
hasParent() {
|
||||
return this.$props.item.result.parent !== null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user