diff --git a/src/modules/landingV3/Componets/UserReviews/index.tsx b/src/modules/landingV3/Componets/UserReviews/index.tsx index e765c813e..3795e61ff 100644 --- a/src/modules/landingV3/Componets/UserReviews/index.tsx +++ b/src/modules/landingV3/Componets/UserReviews/index.tsx @@ -126,7 +126,7 @@ const Item = (props: ItemProps) => { - + {typeof content === 'function' ? content() : content}