This commit is contained in:
Hristo Nedelkov 2024-01-22 10:12:11 +02:00
parent b9ab061ed9
commit e1c4acf1ac
4 changed files with 4 additions and 8 deletions

View File

@ -9,11 +9,7 @@ type OverviewWrapperProps = {
imgHeight?: string
}
const OverviewWrapper = ({
rightImageSrc,
children,
imgHeight,
}: OverviewWrapperProps) => {
const OverviewWrapper = ({ rightImageSrc, children, imgHeight }: OverviewWrapperProps) => {
const theme = useTheme()
return (