mirror of
https://github.com/status-im/status-react.git
synced 2025-02-20 14:48:38 +00:00
disable custom picture
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
14242a7877
commit
33abdf559a
@ -65,7 +65,8 @@
|
|||||||
(defn- header [{:keys [photo-path] :as account} photo-added?]
|
(defn- header [{:keys [photo-path] :as account} photo-added?]
|
||||||
[profile.components/profile-header
|
[profile.components/profile-header
|
||||||
{:contact account
|
{:contact account
|
||||||
:allow-icon-change? true
|
;;set to true if we want to re-enable custom icon
|
||||||
|
:allow-icon-change? false
|
||||||
:include-remove-action? photo-added?}])
|
:include-remove-action? photo-added?}])
|
||||||
|
|
||||||
(defn- header-in-toolbar [account]
|
(defn- header-in-toolbar [account]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user