[INJIMOB-3069] remove face-placeholder from vc detail view (#1901)

Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
abhip2565
2025-04-23 12:15:36 +05:30
committed by GitHub
parent ca937331ce
commit dc8ad3238d

View File

@@ -31,10 +31,7 @@ const getProfileImage = (face: any) => {
);
}
return (
<ProfileIcon
profileIconContainerStyles={Theme.Styles.openCardProfileIconContainer}
profileIconSize={40}
/>
<></>
);
};