Add Sigit ID as a path param #195
@ -81,9 +81,9 @@ export const SignPage = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If userAppData (redux) is available, and we have route param (sigit id)
|
* If userAppData (redux) is available, and we have the route param (sigit id)
|
||||||
* we will fetch a sigit based on the provided route ID and set it
|
* which is actually a `createEventId`, we will fetch a `sigit`
|
||||||
* to the metaInNavState
|
* based on the provided route ID and set fetched `sigit` to the `metaInNavState`
|
||||||
*/
|
*/
|
||||||
if (usersAppData) {
|
if (usersAppData) {
|
||||||
const sigitCreateId = params.id
|
const sigitCreateId = params.id
|
||||||
|
Loading…
Reference in New Issue
Block a user