Change menu caption, use SOB specific storage key
This commit is contained in:
parent
a798d3d1eb
commit
790cbea367
|
@ -65,8 +65,8 @@
|
|||
(if @user
|
||||
[:div.ui.text.menu.user-component
|
||||
[:div.item
|
||||
[user-dropdown @user [[:update-address "Update address" {}]
|
||||
["/logout" "Sign out" {:class "logout-link"}]]]]]
|
||||
[user-dropdown @user [[:update-address "My Payment Details" {}]
|
||||
["/logout" "Sign Out" {:class "logout-link"}]]]]]
|
||||
[:a.ui.button.small.login-button {:href js/authorizeUrl} "LOG IN \u2192"]))))
|
||||
|
||||
(defn tabs []
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
:refer [reg-co-fx!]]))
|
||||
|
||||
|
||||
(rf-storage/reg-co-fx! :commiteth {:fx :store
|
||||
:cofx :store})
|
||||
(rf-storage/reg-co-fx! :commiteth-sob {:fx :store
|
||||
:cofx :store})
|
||||
|
||||
(reg-fx
|
||||
:http
|
||||
|
|
Loading…
Reference in New Issue