diff --git a/src/shared/ui/List/Root.tsx b/src/shared/ui/List/Root.tsx index fd2bf55..037437e 100644 --- a/src/shared/ui/List/Root.tsx +++ b/src/shared/ui/List/Root.tsx @@ -9,10 +9,12 @@ interface RootProps { export default function Root({ children, className }: RootProps) { return ( - + {Children.map(children, (child, index) => (