chore: sigitCreateId naming
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
This commit is contained in:
parent
86a16c13ce
commit
5dc8d53503
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user