Skip to content

Commit

Permalink
Fix stack for view profile in UL
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferossgp committed Aug 10, 2020
1 parent e4c00ee commit f720518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/utils/universal_links/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
public-key
(navigation/navigate-to-cofx (assoc-in cofx [:db :contacts/identity] public-key)
:tabs
{:screen :profile-stack
{:screen :chat-stack
:params {:screen :profile}})))

(fx/defn handle-eip681 [cofx data]
Expand Down

0 comments on commit f720518

Please sign in to comment.