|
@@ -691,8 +691,8 @@
|
|
|
open?
|
|
open?
|
|
|
[:div
|
|
[:div
|
|
|
[:p.text-sm.opacity-70.px-4
|
|
[:p.text-sm.opacity-70.px-4
|
|
|
- (let [c1 (count (:nodes graph))
|
|
|
|
|
- s1 (if (> c1 1) "s" "")
|
|
|
|
|
|
|
+ (let [;; c1 (count (:nodes graph))
|
|
|
|
|
+ ;; s1 (if (> c1 1) "s" "")
|
|
|
c2 (count (:links graph))
|
|
c2 (count (:links graph))
|
|
|
s2 (if (> c2 1) "s" "")
|
|
s2 (if (> c2 1) "s" "")
|
|
|
]
|
|
]
|