Fix lint error

This commit is contained in:
Rukmini Bose 2022-10-05 10:22:43 -07:00
parent d196cafb9c
commit 06d1efc008

View File

@ -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();
}
},