File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
frontend/src/components/Graph Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -228,12 +228,6 @@ const GraphViewModal: React.FunctionComponent<GraphViewModalProps> = ({
228228 return {
229229 ...node ,
230230 selected : match ,
231- size :
232- match && viewPoint === graphLabels . showGraphView
233- ? 100
234- : match && viewPoint !== graphLabels . showGraphView
235- ? 50
236- : graphLabels . nodeSize ,
237231 } ;
238232 } ) ;
239233 // deactivating any active relationships
Original file line number Diff line number Diff line change @@ -92,12 +92,6 @@ const ResultOverview: React.FunctionComponent<OverViewProps> = ({
9292 return {
9393 ...node ,
9494 selected : isActive ,
95- size :
96- isActive && viewPoint === graphLabels . showGraphView
97- ? 100
98- : isActive && viewPoint !== graphLabels . showGraphView
99- ? 50
100- : graphLabels . nodeSize ,
10195 } ;
10296 } ) ;
10397 // deactivating any active relationships
You can’t perform that action at this time.
0 commit comments