From af0d1980c6063c0185927bdcd7c9bc278cb675a2 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Thu, 28 Apr 2022 13:22:40 +0200 Subject: [PATCH] fixed layout in insalled apps (#2639) --- apps/web/components/AppsShell.tsx | 2 +- apps/web/pages/apps/installed.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/components/AppsShell.tsx b/apps/web/components/AppsShell.tsx index 810bc843..51f55c74 100644 --- a/apps/web/components/AppsShell.tsx +++ b/apps/web/components/AppsShell.tsx @@ -24,7 +24,7 @@ export default function AppsShell({ children }: { children: React.ReactNode }) {
{status === "authenticated" && }
-
{children}
+
{children}
); } diff --git a/apps/web/pages/apps/installed.tsx b/apps/web/pages/apps/installed.tsx index fd2cf564..c39a0a6e 100644 --- a/apps/web/pages/apps/installed.tsx +++ b/apps/web/pages/apps/installed.tsx @@ -256,7 +256,7 @@ function Web3Container() { return ( <> - +