From 14258f465f4435540c2dcc41f202d3060b10fbc1 Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Sun, 14 Feb 2021 14:11:35 +0100 Subject: [PATCH] footer rendering during authentication check --- components/auth/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/auth/footer.tsx b/components/auth/footer.tsx index 8e61f48..b398195 100644 --- a/components/auth/footer.tsx +++ b/components/auth/footer.tsx @@ -128,4 +128,4 @@ const AuthFooterInner: React.FC = (props) => { ) } -export const AuthFooter = withAuth(AuthFooterInner) +export const AuthFooter = withAuth(AuthFooterInner, [], true)