Skip to content

Commit

Permalink
Refactor default fill prop value in the Avatar component
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekBoman committed Dec 1, 2023
1 parent bbda53a commit e2d8e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Avatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const defaultProps = {
iconAdditionalStyles: [],
containerStyles: [],
size: CONST.AVATAR_SIZE.DEFAULT,
fill: null,
fill: undefined,
fallbackIcon: Expensicons.FallbackAvatar,
fallbackIconTestID: '',
type: CONST.ICON_TYPE_AVATAR,
Expand Down

0 comments on commit e2d8e56

Please sign in to comment.