diff --git a/src/components/AppShelf/AppShelf.tsx b/src/components/AppShelf/AppShelf.tsx
index 242838b19..6b555b371 100644
--- a/src/components/AppShelf/AppShelf.tsx
+++ b/src/components/AppShelf/AppShelf.tsx
@@ -140,8 +140,8 @@ const AppShelf = (props: any) => {
{noCategory && noCategory.length > 0 ? (
{item()}
) : null}
-
+
);
}