Skip to content

Commit

Permalink
CELE-29 style: Apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsobspinto committed Sep 18, 2024
1 parent 8e05ed9 commit c689578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/visualizer/frontend/src/models/workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export class Workspace {
const neuron = this.availableNeurons[neuronId];
return neuron.nclass;
}

getVisibleNeuronsInThreeD(): string[] {
return Array.from(this.activeNeurons).filter((neuronId) => this.visibilities[neuronId]?.[ViewerType.ThreeD]?.visibility === Visibility.Visible);
}
Expand Down

0 comments on commit c689578

Please sign in to comment.