Skip to content

Commit

Permalink
fix(reportutils): Include JSDoc for new defaultName param
Browse files Browse the repository at this point in the history
  • Loading branch information
daordonez11 committed Jun 27, 2023
1 parent e087f79 commit cdfc707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ function getIconsForParticipants(participants, personalDetails) {
* @param {Object} personalDetails
* @param {*} [defaultIcon]
* @param {Boolean} [isPayer]
* @param {String} [defaultName]
* @returns {Array<*>}
*/
function getIcons(report, personalDetails, defaultIcon = null, isPayer = false, defaultName = '') {
Expand Down

0 comments on commit cdfc707

Please sign in to comment.