Skip to content

Commit 8377df6

Browse files
prakriti-solankeykartikpersistent
authored andcommitted
node size changes
1 parent f6da71b commit 8377df6

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

frontend/src/components/Graph/GraphViewModal.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

frontend/src/components/Graph/ResultOverview.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)