From efb49c761d0ee3ca2202409bf772d52434b2bec2 Mon Sep 17 00:00:00 2001 From: Tony Vi Date: Thu, 29 Jun 2023 14:40:34 +0300 Subject: [PATCH] fix(CommentForm): pass value to hidden inputs --- src/components/CommentForm/CommentForm.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/CommentForm/CommentForm.tsx b/src/components/CommentForm/CommentForm.tsx index 50fc2e770..77537bc0e 100644 --- a/src/components/CommentForm/CommentForm.tsx +++ b/src/components/CommentForm/CommentForm.tsx @@ -117,15 +117,15 @@ export const CommentForm: React.FC = ({
{nullable(id, () => ( - + ))} {nullable(goalId, () => ( - + ))} {nullable(stateId, () => ( - + ))}