Skip to content

Commit dfc232f

Browse files
ibrahemibrahem
authored andcommitted
Rename var name
1 parent 302c441 commit dfc232f

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
@@ -22,9 +22,9 @@
2222

2323
(defn dots
2424
"Returns the dots"
25-
[few-o-dots?]
25+
[few-of-dots?]
2626
(let [dots-text (->> ". "
27-
(repeat (if few-o-dots?
27+
(repeat (if few-of-dots?
2828
16
2929
48))
3030
string/join

0 commit comments

Comments
 (0)