Skip to content

Commit

Permalink
Fix replies emoji messages
Browse files Browse the repository at this point in the history
  • Loading branch information
cammellos committed Apr 21, 2020
1 parent cf163b6 commit c099410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/chat/message/message.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
[message-bubble-wrapper message
[react/view {:style (style/style-message-text outgoing)}
(when response-to
[quoted-message response-to (:quoted-message message) alias outgoing current-public-key])
[quoted-message response-to (:quoted-message message) outgoing current-public-key])
[react/text {:style (style/emoji-message message)}
(:text content)]]
[message-timestamp message]]))
Expand Down

0 comments on commit c099410

Please sign in to comment.