diff --git a/src/plugins/notebook/components/NotebookEmbed.vue b/src/plugins/notebook/components/NotebookEmbed.vue index 50f706eb51..119a7b8809 100644 --- a/src/plugins/notebook/components/NotebookEmbed.vue +++ b/src/plugins/notebook/components/NotebookEmbed.vue @@ -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(); } },