Skip to content

Commit

Permalink
fix(mfi-v2-ui): copy referral code
Browse files Browse the repository at this point in the history
  • Loading branch information
losman0s committed Sep 19, 2023
1 parent 95173a3 commit 8e8edec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/marginfi-v2-ui-state/src/lib/points.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const getPointsDataForUser = async (wallet: string | undefined): Promise<UserPoi
depositPoints,
borrowPoints,
referralPoints,
referralLink: pointsData.referral_link,
referralLink: userReferralCode,
isCustomReferralLink,
userRank,
totalPoints,
Expand Down

0 comments on commit 8e8edec

Please sign in to comment.