diff --git a/src/pages/sign/index.tsx b/src/pages/sign/index.tsx index 74194de..47fa7a7 100644 --- a/src/pages/sign/index.tsx +++ b/src/pages/sign/index.tsx @@ -86,11 +86,10 @@ export const SignPage = () => { * to the metaInNavState */ if (usersAppData) { - // Sigit id is a createEventId - const sigitId = params.id + const sigitCreateId = params.id - if (sigitId) { - const sigit = usersAppData.sigits[sigitId] + if (sigitCreateId) { + const sigit = usersAppData.sigits[sigitCreateId] if (sigit) { metaInNavState = sigit