chore: comment fix
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 34s

This commit is contained in:
Stixx 2024-09-11 15:41:42 +02:00
parent 64e8ebba85
commit 79e14d45a1

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)
* 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