Update index.tsx
This commit is contained in:
parent
df33b02e1a
commit
48a8ebe3d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue