fix(dial-in): update jsdoc
This commit is contained in:
parent
914a64df7a
commit
3c4907ee0a
|
@ -64,7 +64,8 @@ class NumbersList extends Component<Props> {
|
||||||
/**
|
/**
|
||||||
* Renders rows of countries and associated phone numbers.
|
* 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
|
* @private
|
||||||
* @returns {ReactElement[]}
|
* @returns {ReactElement[]}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue