Skip to content

Commit

Permalink
Merge pull request #6274 from blockchain/release/v4.98.00
Browse files Browse the repository at this point in the history
Release/v4.98.00
  • Loading branch information
TheLeoB committed Feb 5, 2024
2 parents 58c2cee + db3aebf commit 3e8c046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockchain-wallet-v4",
"version": "4.98.0",
"version": "4.98.1",
"license": "AGPL-3.0-or-later",
"private": true,
"author": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const SofiReferralComponent: React.FC = () => {
if (hasAllRequiredJwtParams && migrationStatus === SofiUserMigrationStatus.AWAITING_USER) {
dispatch(actions.router.push(`/sofi${search}`))
} else {
const viewParam = searchParams.get('buy')
const viewParam = searchParams.get('buy')?.toUpperCase()
const queryString = viewParam ? `?code=${viewParam}&ref=sofi` : '?ref=sofi'

window.location.href = `https://blockchainwallet.page.link/buysofi${queryString}`
Expand Down

0 comments on commit 3e8c046

Please sign in to comment.