fix lint error

This commit is contained in:
Deep Tailor 2020-06-26 14:00:39 -07:00
parent d9a94db59d
commit dadb6120c2

View File

@ -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;