🚑 Hotfix position of the downloads module

This commit is contained in:
ajnart
2022-06-06 21:45:45 +02:00
parent ace8bd75e7
commit aef4a30512

View File

@@ -140,8 +140,8 @@ const AppShelf = (props: any) => {
{noCategory && noCategory.length > 0 ? (
<Accordion.Item label="Other">{item()}</Accordion.Item>
) : null}
<ModuleWrapper mt="xl" module={DownloadsModule} />
</Accordion>
<ModuleWrapper mt="xl" module={DownloadsModule} />
</Group>
);
}