Skip to content

Commit

Permalink
lint (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Dec 6, 2024
1 parent 16ba28d commit 348e86e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui100/src/model/visualizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const buildVisualizerGraph = (overview: Overview): VisualOverview => {
out.edges = [];

let ownedShares: { [key: string]: Node } = {};
let ownedAccesses: { [key: string]: Node } = {};

overview.environments?.forEach(env => {
if(env.environment && env.environment.zId) {
Expand Down

0 comments on commit 348e86e

Please sign in to comment.