mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-15 03:05:17 +00:00
fix undeclared var
This commit is contained in:
parent
712b1d3a61
commit
f22cf27a66
@ -184,7 +184,7 @@
|
|||||||
(-> new-db
|
(-> new-db
|
||||||
(assoc-in [:message-data :preview] message-previews)
|
(assoc-in [:message-data :preview] message-previews)
|
||||||
(assoc :handler-data (handler-data/get-all))
|
(assoc :handler-data (handler-data/get-all))
|
||||||
(assoc :chats chats')
|
(assoc :chats chats)
|
||||||
(init-console-chat true)
|
(init-console-chat true)
|
||||||
(update :dispatch-n conj event)))))))
|
(update :dispatch-n conj event)))))))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user