Skip to content

Commit cd2e1c8

Browse files
committed
Replaces merge -> assoc
1 parent 4e04788 commit cd2e1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quo2/components/notifications/info_count.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
:as props}
2424
amount]
2525
(when (> amount 0)
26-
[rn/view (merge props {:style (counter-style customization-color style)})
26+
[rn/view (assoc props :style (counter-style customization-color style))
2727
[rn/text
2828
{:style (merge typography/font-medium
2929
typography/label

0 commit comments

Comments
 (0)