parent
7d6ff2bd68
commit
28e9a3c766
|
@ -39,9 +39,7 @@
|
||||||
|
|
||||||
(defview accounts []
|
(defview accounts []
|
||||||
[accounts [:get :accounts]]
|
[accounts [:get :accounts]]
|
||||||
(let [accounts (conj (vals accounts) {:name (label :t/add-account)
|
(let [accounts (vals accounts)]
|
||||||
:address "0x0"
|
|
||||||
:photo-path :icon_plus})]
|
|
||||||
[view st/screen-container
|
[view st/screen-container
|
||||||
[linear-gradient {:colors ["rgba(182, 116, 241, 1)" "rgba(107, 147, 231, 1)" "rgba(43, 171, 238, 1)"]
|
[linear-gradient {:colors ["rgba(182, 116, 241, 1)" "rgba(107, 147, 231, 1)" "rgba(43, 171, 238, 1)"]
|
||||||
:start [0, 0]
|
:start [0, 0]
|
||||||
|
@ -66,3 +64,6 @@
|
||||||
|
|
||||||
|
|
||||||
;(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…
Reference in New Issue