Skip to content

Commit

Permalink
syntax cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jvigliotta committed Apr 25, 2024
1 parent 0539ba3 commit 9ecc559
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/multipleHistoricalSessions/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ export default function HistoricalSessionsPlugin() {
type: 'vista.channel'
};

const table = new SessionTable(domainObject, openmct, HistoricalSessionMetadata),
objectPath = [domainObject];

const component = new Vue ({
const table = new SessionTable(domainObject, openmct, HistoricalSessionMetadata);
const objectPath = [domainObject];
new Vue ({
el: indicator.element,
provide: {
openmct,
Expand Down

0 comments on commit 9ecc559

Please sign in to comment.