mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-08 00:39:50 +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;
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user