mirror of
https://github.com/nasa/openmct.git
synced 2025-03-18 10:05:22 +00:00
Fix lint error
This commit is contained in:
parent
d196cafb9c
commit
06d1efc008
@ -165,7 +165,7 @@ export default {
|
||||
async setEmbedObjectPath() {
|
||||
this.objectPath = await this.openmct.objects.getOriginalPath(this.embed.domainObject.identifier);
|
||||
|
||||
if (this.objectPath[this.objectPath.length -1].type === 'root') {
|
||||
if (this.objectPath[this.objectPath.length - 1].type === 'root') {
|
||||
this.objectPath.pop();
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user