Skip to content

Commit

Permalink
fix(billing): properly reference a var in balances hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Jan 2, 2025
1 parent 532f26e commit 354992a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/deploy-web/src/hooks/useWalletBalance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const useWalletBalance = (): WalletBalanceReturnType => {
totalUUSDC: balances.balanceUUSDC + balances.deploymentEscrowUUSDC + balances.deploymentGrantsUUSDC,
totalDeploymentEscrowUAKT: balances.deploymentEscrowUAKT,
totalDeploymentEscrowUUSDC: balances.deploymentEscrowUUSDC,
totalDeploymentEscrowUSD: balances.totalDeploymentEscrowUSD,
totalDeploymentEscrowUSD: totalDeploymentEscrowUSD,
totalDeploymentGrantsUAKT: balances.deploymentGrantsUAKT,
totalDeploymentGrantsUUSDC: balances.deploymentEscrowUAKT,
totalDeploymentGrantsUSD: totalDeploymentGrantsUSD
Expand Down

0 comments on commit 354992a

Please sign in to comment.