We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29f4a7 commit 6f4426aCopy full SHA for 6f4426a
src/quo2/components/info/lowest_price.cljs
@@ -33,10 +33,10 @@
33
34
(defn dots-comp
35
"Returns the dots adding their styles"
36
- [lots-o-dots?]
+ [few-of-dots?]
37
[rn/view {:style {:align-items :center
38
:bottom 5}}
39
- [rn/text line-dots-props (dots lots-o-dots?)]])
+ [rn/text line-dots-props (dots few-of-dots?)]])
40
41
(defn lowest-price-value-comp
42
"Component responsible for the top and bottom values"
0 commit comments