From 48a8ebe3d82e526e3e5bfb381cf8f971c3fe702e Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 31 Jan 2022 23:28:18 -0800 Subject: [PATCH] Update index.tsx --- components/Party/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Party/index.tsx b/components/Party/index.tsx index 000fbbd4..3499bda4 100644 --- a/components/Party/index.tsx +++ b/components/Party/index.tsx @@ -36,7 +36,7 @@ interface Props { } const Party = (props: Props) => { - const [cookies, setCookie] = useCookies(['user']) + const [cookies, _] = useCookies(['user']) const headers = (cookies.user != null) ? { headers: {