Skip to content

Commit 23fc76f

Browse files
authored
arguments order fixed (#22618)
1 parent 49b7b32 commit 23fc76f

File tree

1 file changed

+1
-1
lines changed
  • src/status_im/contexts/settings/privacy_and_security

1 file changed

+1
-1
lines changed

src/status_im/contexts/settings/privacy_and_security/view.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
open-show-profile-pictures-to-options))
9898
(when (ff/enabled? ::ff/privacy-mode-ui)
9999
(setting-privacy-mode privacy-mode-enabled? customization-color))
100-
(setting-preview-privacy preview-privacy? toggle-preview-privacy customization-color)
100+
(setting-preview-privacy preview-privacy? customization-color toggle-preview-privacy)
101101
{:title (i18n/label :t/share-usage-data)
102102
:description :text
103103
:description-props {:text (i18n/label :t/from-all-profiles-on-device)}

0 commit comments

Comments
 (0)