We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b0e87 commit 72aa403Copy full SHA for 72aa403
samples/twitterbuzz/src/twitterbuzz/layout.cljs
@@ -39,7 +39,7 @@
39
(conj ret k)
40
ret))
41
#{} mentions-data)]
42
- (reduce disj parents (mapcat :mentions (vals mentions-data)))))
+ (reduce disj parents (mapcat #(keys (:mentions %)) (vals mentions-data)))))
43
44
(defn radial
45
[mentions-data]
0 commit comments