We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df9a1d commit 74862e2Copy full SHA for 74862e2
src/re_demo/nested_v_grid.cljs
@@ -408,8 +408,9 @@
408
:do (apply +))
409
label (str "$" (number-format total-sales
410
{:precision 2}))
411
- {:keys [banter]} (rand-nth
412
- (group* :country country fake-banter))
+ {:keys [banter]} (some-> (group* :country country fake-banter)
+ seq
413
+ rand-nth)
414
{:keys [branch-end?]} (merge column-meta row-meta)]
415
[:div {:title (str (or name company)
416
" sold " label (cond product (str " of " product)
0 commit comments