mirror of
https://github.com/status-im/status-react.git
synced 2025-02-17 13:28:04 +00:00
remove add account item
Former-commit-id: e787a190a9a6fb04510423f03f4fb2c28487a0c6
This commit is contained in:
parent
7d6ff2bd68
commit
28e9a3c766
@ -39,9 +39,7 @@
|
||||
|
||||
(defview accounts []
|
||||
[accounts [:get :accounts]]
|
||||
(let [accounts (conj (vals accounts) {:name (label :t/add-account)
|
||||
:address "0x0"
|
||||
:photo-path :icon_plus})]
|
||||
(let [accounts (vals accounts)]
|
||||
[view st/screen-container
|
||||
[linear-gradient {:colors ["rgba(182, 116, 241, 1)" "rgba(107, 147, 231, 1)" "rgba(43, 171, 238, 1)"]
|
||||
:start [0, 0]
|
||||
@ -65,4 +63,7 @@
|
||||
:style st/account-list}]]]))
|
||||
|
||||
|
||||
;(re-frame.core/dispatch [:set :view-id :users])
|
||||
;(re-frame.core/dispatch [:set :view-id :users])
|
||||
;{:name (label :t/add-account)
|
||||
;:address "0x0"
|
||||
;:photo-path :icon_plus}
|
Loading…
x
Reference in New Issue
Block a user