diff --git a/src/status_im/ui/screens/chat/message/message.cljs b/src/status_im/ui/screens/chat/message/message.cljs index 6cecf4e5af..92b1834970 100644 --- a/src/status_im/ui/screens/chat/message/message.cljs +++ b/src/status_im/ui/screens/chat/message/message.cljs @@ -178,7 +178,7 @@ "blockquote" (conj acc [react/view (style/blockquote-style (and outgoing (not pinned))) [react/text-class (style/blockquote-text-style (and outgoing (not pinned))) - (.substring literal 0 (dec (.-length literal)))]]) + (.substring literal 0 (.-length literal))]]) "codeblock" (conj acc [react/view {:style style/codeblock-style}