Skip to content

Commit 7895aa7

Browse files
committed
fix subs bug
1 parent 4fefa62 commit 7895aa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/status_im2/common/toasts/view.cljs

+2-1
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,5 @@
100100
[into
101101
[rn/view
102102
{:style style/outmost-transparent-container}]
103-
(map (fn [id] ^{:key id} [container id]) toasts-ordered)]))
103+
(doall
104+
(map (fn [id] ^{:key id} [container id]) toasts-ordered))]))

0 commit comments

Comments
 (0)