From e2d8e56ff51a6646d238eb7b4f3b5d95c3926d0e Mon Sep 17 00:00:00 2001 From: Wojciech Boman Date: Fri, 1 Dec 2023 16:26:41 +0100 Subject: [PATCH] Refactor default fill prop value in the Avatar component --- src/components/Avatar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Avatar.js b/src/components/Avatar.js index 02247cf3be9f..138d19c610b2 100644 --- a/src/components/Avatar.js +++ b/src/components/Avatar.js @@ -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,