Remove conditional that returns the same value on both branches (S3923)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -189,9 +189,7 @@ export default function cytoscapeMap(
|
|||||||
width: "data(width)",
|
width: "data(width)",
|
||||||
color: "data(textColor)",
|
color: "data(textColor)",
|
||||||
"line-height": "0.7rem",
|
"line-height": "0.7rem",
|
||||||
"font-size": function (node) {
|
"font-size": 14,
|
||||||
return node.data("type") === "activity" ? 14 : 14;
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
// Edge styling
|
// Edge styling
|
||||||
|
|||||||
Reference in New Issue
Block a user