Skip to content

Commit

Permalink
Update packages/material-ui-lab/src/AvatarGroup/AvatarGroup.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Matt <github@nospam.33m.co>
  • Loading branch information
oliviertassinari and mbrookes committed Mar 15, 2020
1 parent 905cb30 commit a5509ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-lab/src/AvatarGroup/AvatarGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ AvatarGroup.propTypes = {
*/
spacing: PropTypes.oneOfType([PropTypes.oneOf(['medium', 'small']), PropTypes.number]),
/**
* Max avatars to show before +x.
* The maximum number of avatars to display. An additional text avatar will display the number of hidden avatars, if any.
*/
max: PropTypes.number,
};
Expand Down

0 comments on commit a5509ed

Please sign in to comment.