We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pos?
1 parent 7fbd98b commit 3d23b7bCopy full SHA for 3d23b7b
src/quo2/components/notifications/info_count.cljs
@@ -22,7 +22,7 @@
22
:or {customization-color :blue}
23
:as props}
24
amount]
25
- (when (pos? 0)
+ (when (pos? amount)
26
[rn/view (assoc props :style (counter-style customization-color style))
27
[rn/text
28
{:style (merge typography/font-medium
0 commit comments