Skip to content

Commit c5675c6

Browse files
authored
Update app.tsx update date
1 parent f2c3732 commit c5675c6

File tree

1 file changed

+1
-1
lines changed
  • packages/blockchain-wallet-v4-frontend/src/scenes

1 file changed

+1
-1
lines changed

packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const App = ({
180180
const optOut = localStorage.getItem('opt_out_wallet_v5_ui')
181181
const optOutDate = localStorage.getItem('opt_out_date')
182182
const optOutDataAsDateObject = optOutDate ? new Date(optOutDate) : new Date() // date user has for their opt out time
183-
const optOutDateThreshold = new Date('2024-11-22T00:00:00.000Z') // cutoff date any user with reversion date before this will go to v5 Nov 22nd 2024
183+
const optOutDateThreshold = new Date('2024-11-25T00:00:00.000Z') // cutoff date any user with reversion date before this will go to v5 Nov 22nd 2024
184184
const isOptOutDateAfterDateThreshold = optOutDataAsDateObject > optOutDateThreshold // if user's reversion date is after cutoff this is true, they will stay on v4
185185

186186
//if opted out and no opt out date add one

0 commit comments

Comments
 (0)