Skip to content

Commit

Permalink
fix todo
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Jan 5, 2024
1 parent 16e014a commit efab492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/components/FragmentGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export default function FragmentGraph({
.append("path")
.attr("fill", "none")
.attr("stroke", theme.colors.gray[700])
.attr("stroke-width", 1.5) // TODO
.attr("stroke-width", 1.5)
.call(applyEdge)
return sel
}
Expand Down

0 comments on commit efab492

Please sign in to comment.