From 3887efd9eedb69870eb67a919ac97ee001733e54 Mon Sep 17 00:00:00 2001 From: Oliver Wong Date: Wed, 29 May 2024 19:11:24 -0700 Subject: [PATCH] Use placeholder for new participant input (#153) * use placeholder for new participant * Fix formatting --------- Co-authored-by: Sebastien Castiel --- src/components/group-form.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/group-form.tsx b/src/components/group-form.tsx index 87efbcc5..35610c6e 100644 --- a/src/components/group-form.tsx +++ b/src/components/group-form.tsx @@ -180,7 +180,11 @@ export function GroupForm({
- + {item.id && protectedParticipantIds.includes(item.id) ? ( @@ -228,7 +232,7 @@ export function GroupForm({