Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrkhalil committed Sep 22, 2023
1 parent 6a5f6be commit 88da59b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/quo2/components/notifications/activity_logs_photos/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
(defn view
[{:keys [photos text]}]
[:<>
[quo2.text/text
{:size :paragraph-1
:weight :regular
:style style/text
:number-of-lines 2
:accessibility-label :activity-log-title}
text]
(when (seq text)
[quo2.text/text
{:size :paragraph-1
:weight :regular
:style style/text
:number-of-lines 2
:accessibility-label :activity-log-title}
text])
[rn/view {:style style/photos-container}
(map-indexed
(fn [index photo]
Expand Down

0 comments on commit 88da59b

Please sign in to comment.