Commit 6b2b771d authored by lynn's avatar lynn Committed by GitHub

fix: correct mistaken usdc user property that should be weth (#4438)

fix
parent 031bea0f
......@@ -267,7 +267,7 @@ export default function WalletModal({
shouldLogWethBalance,
setShouldLogWethBalance,
CUSTOM_USER_PROPERTIES.WALLET_WETH_AMOUNT,
CUSTOM_USER_PROPERTIES.WALLET_USDC_BALANCE_USD
CUSTOM_USER_PROPERTIES.WALLET_WETH_BALANCE_USD
)
const tryActivation = useCallback(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment