mirror of
https://github.com/status-im/status-react.git
synced 2025-01-30 04:36:24 +00:00
fix Unmatched delimiter from #787
This commit is contained in:
parent
37e871b117
commit
3386346f07
@ -224,7 +224,7 @@
|
||||
(fn [{:keys [chats contacts]} [_ chat-id]]
|
||||
(let [contact (if-let [contact-info (get-in chats [chat-id :contact-info])]
|
||||
(read-string contact-info)
|
||||
(assoc (get contacts chat-id) :pending false))]
|
||||
(assoc (get contacts chat-id) :pending false))
|
||||
contact' (assoc contact :address (public-key->address chat-id))]
|
||||
(dispatch [::prepare-contact contact'])
|
||||
(dispatch [:watch-contact contact'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user