diff --git a/package.json b/package.json index a19a3ef..842a7a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@internxt/ui", - "version": "0.0.10", + "version": "0.0.11", "description": "Library of Internxt components", "repository": { "type": "git", diff --git a/src/components/list/List.tsx b/src/components/list/List.tsx index daf0dda..f9191d2 100644 --- a/src/components/list/List.tsx +++ b/src/components/list/List.tsx @@ -347,7 +347,7 @@ const List = ({ ))} ) : ( - <>{loader} +
{loader}
)} {/* Click outside of the list to unselect all items */}