Skip to content

Commit 6b3cc2a

Browse files
committed
Replaces merge -> assoc
1 parent cfc4830 commit 6b3cc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)