From 79e14d45a12076ada7f1884c8885d751c9bdb013 Mon Sep 17 00:00:00 2001 From: Stixx Date: Wed, 11 Sep 2024 15:41:42 +0200 Subject: [PATCH] chore: comment fix --- src/pages/sign/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/sign/index.tsx b/src/pages/sign/index.tsx index 47fa7a7..f6e2ef4 100644 --- a/src/pages/sign/index.tsx +++ b/src/pages/sign/index.tsx @@ -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