diff --git a/src/status_im/ui/screens/profile/components/views.cljs b/src/status_im/ui/screens/profile/components/views.cljs index 86abc6730c..b7c7b60e42 100644 --- a/src/status_im/ui/screens/profile/components/views.cljs +++ b/src/status_im/ui/screens/profile/components/views.cljs @@ -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?)}]])