From 6153bfb9687692bc5765ca52b6f2bc5bf9928bc3 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Sun, 28 Mar 2021 02:15:46 +0200 Subject: [PATCH] fixes #310 --- components/common/MyContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/common/MyContainer.tsx b/components/common/MyContainer.tsx index cd63f6101..a8ac6c42c 100644 --- a/components/common/MyContainer.tsx +++ b/components/common/MyContainer.tsx @@ -10,7 +10,7 @@ const MyContainer: React.FC = ({ wide = false, ...props }) => ( - + {children} );