mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 10:29:42 +00:00
Eslint correction always return something in computed property
This commit is contained in:
@@ -77,8 +77,9 @@ export default {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (this.$props.item.result.parent !== null) {
|
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() {
|
hasParent() {
|
||||||
return this.$props.item.result.parent !== null;
|
return this.$props.item.result.parent !== null;
|
||||||
|
Reference in New Issue
Block a user