Skip to content

Commit 495bc91

Browse files
authored
fix: re-route a user's own profile link to their settings page (#19389)
1 parent bcf8e39 commit 495bc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status_im/common/universal_links.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
(and public-key (own-public-key? db public-key))
7676
(rf/merge cofx
7777
{:pop-to-root-fx :shell-stack}
78-
(navigation/navigate-to :my-profile nil))
78+
(navigation/navigate-to :settings nil))
7979

8080
public-key
8181
{:dispatch [:chat.ui/show-profile public-key ens-name]}))

0 commit comments

Comments
 (0)