mirror of
https://github.com/status-im/status-react.git
synced 2025-02-16 21:07:21 +00:00
Remove refcode
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit is contained in:
parent
3ada73af89
commit
08a61b40cf
@ -231,7 +231,7 @@
|
|||||||
:start-new-chat "Start new chat"
|
:start-new-chat "Start new chat"
|
||||||
:start-group-chat "Start group chat"
|
:start-group-chat "Start group chat"
|
||||||
:invite-friends "Invite friends"
|
:invite-friends "Invite friends"
|
||||||
:get-status-at "Get Status at http://status.im?refCode={{address}}"
|
:get-status-at "Get Status at http://status.im"
|
||||||
:chats "Chats"
|
:chats "Chats"
|
||||||
:delete-chat "Delete chat"
|
:delete-chat "Delete chat"
|
||||||
:group-chat "Group chat"
|
:group-chat "Group chat"
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
[status-im.utils.config :as config]
|
[status-im.utils.config :as config]
|
||||||
[status-im.utils.mixpanel :as mixpanel]))
|
[status-im.utils.mixpanel :as mixpanel]))
|
||||||
|
|
||||||
(defn- options-list [{:keys [address anon-id]}]
|
(defn- options-list [{:keys [anon-id]}]
|
||||||
[react/view action-button.styles/actions-list
|
[react/view action-button.styles/actions-list
|
||||||
[action-button/action-button
|
[action-button/action-button
|
||||||
{:label (i18n/label :t/start-new-chat)
|
{:label (i18n/label :t/start-new-chat)
|
||||||
@ -52,7 +52,7 @@
|
|||||||
:icon :icons/share
|
:icon :icons/share
|
||||||
:icon-opts {:color colors/blue}
|
:icon-opts {:color colors/blue}
|
||||||
:on-press #(do (mixpanel/track anon-id "Tap" {:target :invite-friends} false)
|
:on-press #(do (mixpanel/track anon-id "Tap" {:target :invite-friends} false)
|
||||||
(list-selection/open-share {:message (i18n/label :t/get-status-at {:address address})}))}]])
|
(list-selection/open-share {:message (i18n/label :t/get-status-at)}))}]])
|
||||||
|
|
||||||
(views/defview add-new []
|
(views/defview add-new []
|
||||||
(views/letsubs [account [:get-current-account]
|
(views/letsubs [account [:get-current-account]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user