diff --git a/apps/web/src/components/new-participant-modal.tsx b/apps/web/src/components/new-participant-modal.tsx index 45b31c5a5..6dc75dba1 100644 --- a/apps/web/src/components/new-participant-modal.tsx +++ b/apps/web/src/components/new-participant-modal.tsx @@ -162,7 +162,7 @@ export const NewParticipantForm = (props: NewParticipantModalProps) => { - {formState.errors.root ? ( + {formState.errors.root?.message ? ( {formState.errors.root.message} ) : null}