diff --git a/streamshop/sections/Carousel.tsx b/streamshop/sections/Carousel.tsx index bf8b99f53..a43851630 100644 --- a/streamshop/sections/Carousel.tsx +++ b/streamshop/sections/Carousel.tsx @@ -137,6 +137,21 @@ export default function Carousel({ {/* @ts-ignore */} + + + ); diff --git a/streamshop/sections/Info&Reels.tsx b/streamshop/sections/Info&Reels.tsx index 3f2f934f6..f6f16ca47 100644 --- a/streamshop/sections/Info&Reels.tsx +++ b/streamshop/sections/Info&Reels.tsx @@ -6,6 +6,7 @@ import { type LoadingFallbackProps } from "@deco/deco"; interface Props extends SectionHeaderProps { /** * @title Slug da sua loja + * @description Slug da sua loja, não de videos únicos */ storeSlug?: string; diff --git a/streamshop/sections/Stories.tsx b/streamshop/sections/Stories.tsx index a792f9615..080d28fa2 100644 --- a/streamshop/sections/Stories.tsx +++ b/streamshop/sections/Stories.tsx @@ -52,6 +52,21 @@ export default function Stories({ + + + ); }