Skip to content

Commit 6f4426a

Browse files
ibrahemibrkhalil
authored andcommitted
Rename var
1 parent e29f4a7 commit 6f4426a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/quo2/components/info/lowest_price.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333

3434
(defn dots-comp
3535
"Returns the dots adding their styles"
36-
[lots-o-dots?]
36+
[few-of-dots?]
3737
[rn/view {:style {:align-items :center
3838
:bottom 5}}
39-
[rn/text line-dots-props (dots lots-o-dots?)]])
39+
[rn/text line-dots-props (dots few-of-dots?)]])
4040

4141
(defn lowest-price-value-comp
4242
"Component responsible for the top and bottom values"

0 commit comments

Comments
 (0)