ops
This commit is contained in:
parent
5570181896
commit
e31db856df
|
@ -55,7 +55,7 @@
|
||||||
(defn- view-internal
|
(defn- view-internal
|
||||||
[{:keys [message-id chat-id pinned-by theme]} user-message-content]
|
[{:keys [message-id chat-id pinned-by theme]} user-message-content]
|
||||||
(let [reactions (rf/sub [:chats/message-reactions message-id chat-id])]
|
(let [reactions (rf/sub [:chats/message-reactions message-id chat-id])]
|
||||||
[rn/view {:border-color :red :border-width 1}
|
[:<>
|
||||||
(when (seq reactions)
|
(when (seq reactions)
|
||||||
[quo/react
|
[quo/react
|
||||||
{:container-style {:margin-left 44
|
{:container-style {:margin-left 44
|
||||||
|
|
Loading…
Reference in New Issue