mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 16:49:42 +00:00
linting
This commit is contained in:
@ -102,7 +102,7 @@ export default {
|
|||||||
hasUnits = true;
|
hasUnits = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
this.hasUnits = hasUnits;
|
this.hasUnits = hasUnits;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -156,7 +156,7 @@ export default {
|
|||||||
if(metadatum.unit) {
|
if(metadatum.unit) {
|
||||||
hasUnits = true;
|
hasUnits = true;
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user