Add Sigit ID as a path param #195
@ -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