Update index.tsx

This commit is contained in:
Justin Edmund 2022-01-31 23:28:18 -08:00
parent df33b02e1a
commit 48a8ebe3d8

View file

@ -36,7 +36,7 @@ interface Props {
} }
const Party = (props: Props) => { const Party = (props: Props) => {
const [cookies, setCookie] = useCookies(['user']) const [cookies, _] = useCookies(['user'])
const headers = (cookies.user != null) ? { const headers = (cookies.user != null) ? {
headers: { headers: {