From 3363aa06027e54e6d6ca098b49eba15d08e18f07 Mon Sep 17 00:00:00 2001 From: Bill Date: Thu, 24 Mar 2022 03:04:55 -0400 Subject: [PATCH] Update LayoutImage --- src/common/layout/LayoutImage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; }