Skip to content

Commit

Permalink
fix: stop ending aplias event in the multi wallet create flow
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonmaslowski committed May 7, 2024
1 parent 7159e17 commit cee3d89
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export const Setup = (): JSX.Element => {
const onNext = async () => {
void analytics.sendEventToPostHog(postHogMultiWalletActions.create.ENTER_WALLET);
await next();
void analytics.sendAliasEvent();
};

return (
Expand Down

0 comments on commit cee3d89

Please sign in to comment.