Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrkhalil committed Sep 25, 2023
1 parent 615327d commit 54f6b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quo2/components/notifications/activity_log/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
(defn- activity-message
[{:keys [title body title-number-of-lines body-number-of-lines attachment]}]
(let [{:keys [photos message-text]} (hiccup-props body)
text-with-photos? (and (seq message-text)
text-with-photos? (and (not (string/blank? message-text))
(seq photos))]
[rn/view {:style (style/message-container attachment text-with-photos?)}
(when title
Expand Down

0 comments on commit 54f6b0d

Please sign in to comment.