fix(dial-in): update jsdoc

This commit is contained in:
Leonard Kim 2019-01-01 13:46:28 -08:00 committed by Saúl Ibarra Corretgé
parent 914a64df7a
commit 3c4907ee0a
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ class NumbersList extends Component<Props> {
/**
* Renders rows of countries and associated phone numbers.
*
* @param {Object} numbersMapping - Things yeah.
* @param {Object} numbersMapping - An object with country names as keys
* and values as arrays of phone numbers.
* @private
* @returns {ReactElement[]}
*/