We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf8e39 commit 495bc91Copy full SHA for 495bc91
src/status_im/common/universal_links.cljs
@@ -75,7 +75,7 @@
75
(and public-key (own-public-key? db public-key))
76
(rf/merge cofx
77
{:pop-to-root-fx :shell-stack}
78
- (navigation/navigate-to :my-profile nil))
+ (navigation/navigate-to :settings nil))
79
80
public-key
81
{:dispatch [:chat.ui/show-profile public-key ens-name]}))
0 commit comments