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)",
|
||||
color: "data(textColor)",
|
||||
"line-height": "0.7rem",
|
||||
"font-size": function (node) {
|
||||
return node.data("type") === "activity" ? 14 : 14;
|
||||
},
|
||||
"font-size": 14,
|
||||
},
|
||||
},
|
||||
// Edge styling
|
||||
|
||||
Reference in New Issue
Block a user