Fixes a typo of getting default number.

This commit is contained in:
damencho 2019-03-22 23:03:18 +00:00 committed by Дамян Минков
parent 6d0b6bee85
commit 6894de00cc
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class InfoDialog extends Component<Props, State> {
let phoneNumber = state.phoneNumber;
if (!state.phoneNumber && props.dialIn.numbers) {
phoneNumber = _getDefaultPhoneNumber(props.dialIn);
phoneNumber = _getDefaultPhoneNumber(props.dialIn.numbers);
}
return {