diff --git a/src/components/List.jsx b/src/components/List.jsx index ac7298f..3f1468d 100644 --- a/src/components/List.jsx +++ b/src/components/List.jsx @@ -14,16 +14,16 @@ const List = ({ list, title, setCombinedState }) => { return (
-

{title}

+

{title}

{list.map((user, index) => (
-

{user.name}

+

{user.name}