fix: re-route a user's own profile link to their settings page (#19389)
This commit is contained in:
parent
bcf8e39e84
commit
495bc91989
|
@ -75,7 +75,7 @@
|
||||||
(and public-key (own-public-key? db public-key))
|
(and public-key (own-public-key? db public-key))
|
||||||
(rf/merge cofx
|
(rf/merge cofx
|
||||||
{:pop-to-root-fx :shell-stack}
|
{:pop-to-root-fx :shell-stack}
|
||||||
(navigation/navigate-to :my-profile nil))
|
(navigation/navigate-to :settings nil))
|
||||||
|
|
||||||
public-key
|
public-key
|
||||||
{:dispatch [:chat.ui/show-profile public-key ens-name]}))
|
{:dispatch [:chat.ui/show-profile public-key ens-name]}))
|
||||||
|
|
Loading…
Reference in New Issue