From aef4a30512238581ef64b9e261e3661e1a383b41 Mon Sep 17 00:00:00 2001 From: ajnart Date: Mon, 6 Jun 2022 21:45:45 +0200 Subject: [PATCH] :ambulance: Hotfix position of the downloads module --- src/components/AppShelf/AppShelf.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} - + ); }