[#4779] fix Bootnodes are shown as enabled when they are not

This commit is contained in:
Roman Volosovskyi 2018-10-02 09:20:46 +03:00
parent c863f05a83
commit 91a50d0c4c
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 1 additions and 1 deletions

View File

@ -103,6 +103,6 @@
[react/view styles/settings-item-text-wrapper
[react/i18n-text {:style styles/settings-item-text :key label-kw}]]
[react/switch {:on-tint-color colors/blue
:value value
:value (boolean value)
:on-value-change action-fn
:disabled (not active?)}]])