Skip to content

Commit

Permalink
fix: re-route a user's own profile link to their settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstrom committed Mar 26, 2024
1 parent 6a88a34 commit 17814bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/common/universal_links.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
(and public-key (own-public-key? db public-key))
(rf/merge cofx
{:pop-to-root-fx :shell-stack}
(navigation/navigate-to :my-profile nil))
(navigation/navigate-to :settings nil))

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

0 comments on commit 17814bc

Please sign in to comment.