From 912e7ae0b21f364c02defd698fffa991d8df7ac1 Mon Sep 17 00:00:00 2001 From: Abdelrahman Khattab Date: Sun, 29 Sep 2024 23:17:03 +0200 Subject: [PATCH] Fix skeleton placeholder on avatar while app is loading --- src/components/AvatarSkeleton.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/AvatarSkeleton.tsx b/src/components/AvatarSkeleton.tsx index a88304b15fc3..6e0a4f407d70 100644 --- a/src/components/AvatarSkeleton.tsx +++ b/src/components/AvatarSkeleton.tsx @@ -17,6 +17,7 @@ function AvatarSkeleton({size = CONST.AVATAR_SIZE.SMALL}: {size?: ValueOf