Skip to content

Commit

Permalink
Update default balance
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-mn-yral committed Nov 6, 2023
1 parent 5c6d1f8 commit b13db4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async function updateWalletBalance() {
$: $authState.isLoggedIn && updateWalletBalance()
$: walletBalance = $authState.isLoggedIn
? $userProfile.experimentsBalance
? $userProfile.experimentsBalance || 1000
: $anonUser.experimentsBalance
let loading = true
Expand Down

0 comments on commit b13db4d

Please sign in to comment.