fix: re-route a user's own profile link to their settings page (#19389)

This commit is contained in:
Sean Hagstrom 2024-03-26 15:04:49 +00:00 committed by GitHub
parent bcf8e39e84
commit 495bc91989
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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]}))