diff --git a/src/components/atoms/FallbackImgImage.tsx b/src/components/atoms/FallbackImgImage.tsx index a51b8e8b..f5ec3aac 100644 --- a/src/components/atoms/FallbackImgImage.tsx +++ b/src/components/atoms/FallbackImgImage.tsx @@ -40,7 +40,7 @@ const FallbackImgImage = ({ ); }; -const StyledImage = styled(Image)<{ +const StyledImage = styled.img<{ isshouldhide?: boolean; isrounded?: string; }>`