Skip to content

Commit

Permalink
πŸš‘ Fix transfer receiver mismatch
Browse files Browse the repository at this point in the history
1) Input Liker ID
2) Scan QR code
3) Cached previous Liker ID
  • Loading branch information
nwingt committed Mar 5, 2020
1 parent c0c6679 commit b4a4027
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export class TransferTargetInputScreen extends React.Component<TransferTargetInp
const prevAddress = prepProps && prepProps.navigation.getParam("address")
const address = this.props.navigation.getParam("address")
if (!prevAddress && address) {
this.props.txStore.setTarget(address)
this.props.txStore.setReceiver(address)
}
}

Expand Down

0 comments on commit b4a4027

Please sign in to comment.