Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jvigliotta committed Oct 24, 2023
1 parent 1b5fe2e commit fbf427d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/plugins/telemetryTable/TelemetryTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ define([
TelemetryTableConfiguration,
StalenessUtils
) {

class TelemetryTable extends EventEmitter {
constructor(domainObject, openmct) {
super();
Expand Down
1 change: 0 additions & 1 deletion src/ui/components/ObjectView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import { toRaw } from 'vue';
import StyleRuleManager from '@/plugins/condition/StyleRuleManager';
import { STYLE_CONSTANTS } from '@/plugins/condition/utils/constants';
import stalenessMixin from '@/ui/mixins/staleness-mixin';
import { toRaw } from 'vue'
export default {
components: {
Expand Down

0 comments on commit fbf427d

Please sign in to comment.