fix: remove "name"

pull/1663/head
Tienson Qin 2021-04-13 22:28:25 +08:00
parent 24cbad794f
commit 71c854bce7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
(if dark? "orange" "green")
color)]
{:id p
:name name
:name p
:val (get-connections p edges)
:autoColorBy "group"
:group (js/Math.ceil (* (js/Math.random) 12))