Skip to content

Commit 5e3757a

Browse files
committed
Update view.cljs
1 parent 40d37cc commit 5e3757a

File tree

1 file changed

+7
-10
lines changed
  • src/status_im/contexts/communities/actions/addresses_for_permissions

1 file changed

+7
-10
lines changed

src/status_im/contexts/communities/actions/addresses_for_permissions/view.cljs

+7-10
Original file line numberDiff line numberDiff line change
@@ -360,16 +360,13 @@
360360
id
361361
color
362362
flag-share-all-addresses]
363-
:header [quo/category
364-
{:list-type :settings
365-
:data [{:title
366-
(i18n/label
367-
:t/share-all-current-and-future-addresses)
368-
:action :selector
369-
:action-props
370-
{:on-change toggle-flag-share-all-addresses
371-
:customization-color color
372-
:checked? flag-share-all-addresses}}]
363+
:header [quo/page-setting
364+
{:checked? flag-share-all-addresses
365+
:customization-color color
366+
:on-change toggle-flag-share-all-addresses
367+
:setting-text (i18n/label
368+
:t/share-all-current-and-future-addresses)
369+
:container-style {:margin-bottom 16}}]
373370
:container-style {:padding-bottom 16 :padding-horizontal 0}}]
374371
:content-container-style {:padding-horizontal 20}
375372
:key-fn :address

0 commit comments

Comments
 (0)