mirror of
https://github.com/status-im/status-react.git
synced 2025-02-02 14:14:39 +00:00
remove useless block
Former-commit-id: 4ae0236cd06840054f8f02c4d412536895cb339c
This commit is contained in:
parent
4ea142dd43
commit
78551e0e8d
@ -32,8 +32,7 @@
|
||||
(let [input-command-atom (subscribe [:get-input-command])]
|
||||
(fn []
|
||||
(let [input-command @input-command-atom]
|
||||
[view ;; TODO temp to show input above react-native warning
|
||||
{:style {:marginBottom 50}}
|
||||
[view
|
||||
(if input-command
|
||||
[special-input-view input-command]
|
||||
[plain-message-input-view])]))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user