From 40c393c68d91a7f93e76fe85a64ad29952e6bbe5 Mon Sep 17 00:00:00 2001 From: Himali Malvawala <86650000+Himali-Malvawala@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:28:12 +0530 Subject: [PATCH] fix build (#248) --- src/people/components/EditCondition.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/people/components/EditCondition.tsx b/src/people/components/EditCondition.tsx index 2391a594..feee0dda 100644 --- a/src/people/components/EditCondition.tsx +++ b/src/people/components/EditCondition.tsx @@ -52,7 +52,7 @@ export function EditCondition(props: Props) { obj = [{ value: parsedObj.value, text: parsedObj.text }, { from: parsedObj?.from, to: e.target.value }]; } c.value = JSON.stringify(obj); - break; + break; } setCondition(c); } @@ -118,7 +118,7 @@ export function EditCondition(props: Props) { ; - break; + break; default: result = break;