Skip to content

Commit 89c3eb8

Browse files
committed
[nested-v-grid] Fix some buggy grid-line-names
1 parent a7487f1 commit 89c3eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/re_com/nested_v_grid/util.cljc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
goog.string])))
55

66
(defn keypath->grid-line-name [keypath]
7-
(apply str (into ["rc"] keypath)))
7+
(str/join "-" (into ["rc"] keypath)))
88

99
(defn path->grid-line-name [path]
1010
(str "rc" (hash path)))

0 commit comments

Comments
 (0)