Skip to content

Commit d1fba2a

Browse files
committed
[nested-v-grid] Fix compat function
1 parent 696d3c5 commit d1fba2a

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
@@ -209,7 +209,7 @@
209209
([tree]
210210
(upgrade-header-tree-schema [:root] tree))
211211
([acc tree]
212-
(if-not (vector? tree)
212+
(if-not (sequential? tree)
213213
[tree]
214214
(let [[l & [r :as remainder]] tree]
215215
(cond

0 commit comments

Comments
 (0)