mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
fix lint error
This commit is contained in:
parent
d9a94db59d
commit
dadb6120c2
@ -452,7 +452,7 @@ export default {
|
||||
this.layoutItems.forEach(item => {
|
||||
if (item.identifier) {
|
||||
let itemKeyString = this.openmct.objects.makeKeyString(item.identifier);
|
||||
|
||||
|
||||
if (itemKeyString === keyString) {
|
||||
found = true;
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user