diff --git a/components/Party/index.tsx b/components/Party/index.tsx index d0c8b73c..000fbbd4 100644 --- a/components/Party/index.tsx +++ b/components/Party/index.tsx @@ -149,7 +149,7 @@ const Party = (props: Props) => { } async function createParty() { - const body = (cookies.user.userId === undefined) ? { + const body = (!cookies.user) ? { party: { is_extra: extra }