fix #1154
This commit is contained in:
parent
a17c00398b
commit
d533d48402
|
@ -193,18 +193,19 @@
|
||||||
[view st/profile
|
[view st/profile
|
||||||
[status-bar]
|
[status-bar]
|
||||||
[my-profile-toolbar]
|
[my-profile-toolbar]
|
||||||
[view st/profile-form
|
[scroll-view
|
||||||
[profile-badge current-account]
|
[view st/profile-form
|
||||||
[profile-status status true]]
|
[profile-badge current-account]
|
||||||
[form-spacer]
|
[profile-status status true]]
|
||||||
[view actions-list
|
[form-spacer]
|
||||||
[action-button (label :t/show-qr)
|
[view actions-list
|
||||||
:q_r_blue
|
[action-button (label :t/show-qr)
|
||||||
(show-qr current-account :public-key)]]
|
:q_r_blue
|
||||||
[form-spacer]
|
(show-qr current-account :public-key)]]
|
||||||
[view st/profile-info-container
|
[form-spacer]
|
||||||
[my-profile-info current-account]
|
[view st/profile-info-container
|
||||||
[bottom-shadow]]])
|
[my-profile-info current-account]
|
||||||
|
[bottom-shadow]]]])
|
||||||
|
|
||||||
(defview profile []
|
(defview profile []
|
||||||
[{:keys [pending?
|
[{:keys [pending?
|
||||||
|
|
Loading…
Reference in New Issue