fix typo
This commit is contained in:
parent
5c7b14fc58
commit
566bc711be
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@
|
||||||
(when (seq (:mentions post))
|
(when (seq (:mentions post))
|
||||||
[:span.mentions
|
[:span.mentions
|
||||||
{:style #js {:color "#777"}}
|
{:style #js {:color "#777"}}
|
||||||
" (mentioining " (->> (map-indexed (fn [idx account]
|
" (mentioning " (->> (map-indexed (fn [idx account]
|
||||||
^{:key idx} [user {:user account}])
|
^{:key idx} [user {:user account}])
|
||||||
(:mentions post))
|
(:mentions post))
|
||||||
(interleave (repeat ", "))
|
(interleave (repeat ", "))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue