apply suggestion

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
grafixeyehero
2024-03-18 21:20:42 +03:00
parent ca7e5338bd
commit 2d1efc0682
@@ -28,7 +28,7 @@ const LogoComponent: FC<LogoComponentProps> = ({ logoUrl }) => (
<Box className='cardFooterLogo'>
<Image
imgUrl={logoUrl}
containImage={true}
containImage
/>
</Box>
);