chore: sigitCreateId naming
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s

This commit is contained in:
Stixx 2024-09-11 12:33:40 +02:00
parent 86a16c13ce
commit 5dc8d53503

View File

@ -86,11 +86,10 @@ export const SignPage = () => {
* to the metaInNavState * to the metaInNavState
*/ */
if (usersAppData) { if (usersAppData) {
// Sigit id is a createEventId const sigitCreateId = params.id
const sigitId = params.id
if (sigitId) { if (sigitCreateId) {
const sigit = usersAppData.sigits[sigitId] const sigit = usersAppData.sigits[sigitCreateId]
if (sigit) { if (sigit) {
metaInNavState = sigit metaInNavState = sigit