We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7487f1 commit 89c3eb8Copy full SHA for 89c3eb8
src/re_com/nested_v_grid/util.cljc
@@ -4,7 +4,7 @@
4
goog.string])))
5
6
(defn keypath->grid-line-name [keypath]
7
- (apply str (into ["rc"] keypath)))
+ (str/join "-" (into ["rc"] keypath)))
8
9
(defn path->grid-line-name [path]
10
(str "rc" (hash path)))
0 commit comments