Skip to content

Commit

Permalink
Fix payments to unverified numbers (#5827)
Browse files Browse the repository at this point in the history
### Description

 Unused and undefined name was causing sending payments to unverified numbers to fail

We used to use someone's name in the invite text but no longer do

### Tested

Sent a payment to an unverified number

### Related issues

- Fixes #5823
  • Loading branch information
annakaz authored Nov 12, 2020
1 parent f9bb0a8 commit ac111a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mobile/src/invite/saga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ export function* sendInvite(
? 'sendFlow7:inviteWithEscrowedPayment'
: 'sendFlow7:inviteWithoutPayment'
const message = i18n.t(messageProp, {
name,
amount: amount?.toString(),
link,
})
Expand Down

0 comments on commit ac111a9

Please sign in to comment.