[ISSUE #3559] Fixed regression when sending send request from chat

Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
Julien Eluard 2018-03-14 16:31:05 +01:00
parent 05fffe1652
commit 777a0ce3b3
No known key found for this signature in database
GPG Key ID: 6FD7DB5437FCBEF6
1 changed files with 3 additions and 2 deletions

View File

@ -222,9 +222,10 @@
(defview send-transaction-modal []
(letsubs [transaction [:wallet.send/unsigned-transaction]
symbol [:wallet.send/symbol]
advanced? [:wallet.send/advanced?]]
advanced? [:wallet.send/advanced?]
scroll (atom nil)]
(if transaction
[send-transaction-panel {:modal? true :transaction transaction :advanced? advanced? :symbol symbol}]
[send-transaction-panel {:modal? true :transaction transaction :scroll scroll :advanced? advanced? :symbol symbol}]
[react/view wallet.styles/wallet-modal-container
[react/view components.styles/flex
[status-bar/status-bar {:type :modal-wallet}]