diff --git a/packages/web/src/common/store/tipping/sagas.ts b/packages/web/src/common/store/tipping/sagas.ts index 00ead9d67d3..2267fb6ccc2 100644 --- a/packages/web/src/common/store/tipping/sagas.ts +++ b/packages/web/src/common/store/tipping/sagas.ts @@ -236,7 +236,7 @@ function* sendTipAsync() { } const weiBNAmount = parseAudioInputToWei(amount) ?? (new BN('0') as BNWei) - const recipientERCWallet = recipient.wallet + const recipientERCWallet = recipient.erc_wallet ?? recipient.wallet // Create Userbanks if needed const feePayerOverride = yield* select(getFeePayer)