diff --git a/src/common/layout/LayoutImage.tsx b/src/common/layout/LayoutImage.tsx index 8b8abb85..76470592 100644 --- a/src/common/layout/LayoutImage.tsx +++ b/src/common/layout/LayoutImage.tsx @@ -7,7 +7,7 @@ export interface LayoutImageProps extends DetailedHTMLProps = props => { - const { imageUrl = null, style = null, ...rest } = props; + const { imageUrl = null, ...rest } = props; return ; }