Skip to content

Commit

Permalink
[NO CHANGELOG] [Add Funds] Fix User Journey name (#2309)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyounglee authored Oct 15, 2024
1 parent c35a13c commit c785a51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function Review({

useEffect(() => {
page({
userJourney: UserJourney.SWAP,
userJourney: UserJourney.ADD_FUNDS,
screen: 'Review',
extras: {
toAmount: data.toAmount,
Expand Down

0 comments on commit c785a51

Please sign in to comment.