mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 16:36:13 +00:00
linting
This commit is contained in:
parent
70125afa9d
commit
d2b9a7754f
@ -32,7 +32,7 @@
|
||||
class="js-third-data"
|
||||
:class="valueClass"
|
||||
>{{ value }}</td>
|
||||
<td
|
||||
<td
|
||||
v-if="hasUnits"
|
||||
class="js-units"
|
||||
>
|
||||
|
@ -102,7 +102,7 @@ export default {
|
||||
hasUnits = true;
|
||||
break;
|
||||
}
|
||||
};
|
||||
}
|
||||
this.hasUnits = hasUnits;
|
||||
}
|
||||
}
|
||||
|
@ -156,7 +156,7 @@ export default {
|
||||
if(metadatum.unit) {
|
||||
hasUnits = true;
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user