mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 18:25:45 +00:00
remove useless block
This commit is contained in:
parent
cca9868af9
commit
4ae0236cd0
@ -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