Change menu caption, use SOB specific storage key

This commit is contained in:
Teemu Patja 2017-10-27 22:11:44 +03:00
parent a798d3d1eb
commit 790cbea367
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
2 changed files with 4 additions and 4 deletions

View File

@ -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 []

View File

@ -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