Skip to content

Commit

Permalink
Fix email sending recipient array (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
retdop authored and cooperka committed Aug 28, 2017
1 parent 2972ccf commit cd72f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MessageText.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class MessageText extends React.Component {
}

onEmailPress(email) {
Communications.email(email, null, null, null, null);
Communications.email([email], null, null, null, null);
}

render() {
Expand Down

0 comments on commit cd72f86

Please sign in to comment.