Add Sigit ID as a path param #195

Open
m wants to merge 10 commits from issue-171 into staging
Showing only changes of commit 79e14d45a1 - Show all commits

View File

@ -81,9 +81,9 @@ export const SignPage = () => {
}
/**
* If userAppData (redux) is available, and we have route param (sigit id)
* we will fetch a sigit based on the provided route ID and set it
* to the metaInNavState
* If userAppData (redux) is available, and we have the route param (sigit id)
m marked this conversation as resolved Outdated
Outdated
Review

sigit id - what is this? should be defined

sigit id - what is this? should be defined
* which is actually a `createEventId`, we will fetch a `sigit`
* based on the provided route ID and set fetched `sigit` to the `metaInNavState`
*/
if (usersAppData) {
const sigitCreateId = params.id