Skip to content

Commit 8255e5f

Browse files
committed
Fix wrong param passed to pos?
1 parent 801180e commit 8255e5f

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
@@ -22,7 +22,7 @@
2222
:or {customization-color :blue}
2323
:as props}
2424
amount]
25-
(when (pos? 0)
25+
(when (pos? amount)
2626
[rn/view (assoc props :style (counter-style customization-color style))
2727
[rn/text
2828
{:style (merge typography/font-medium

0 commit comments

Comments
 (0)