diff --git a/src/app/boards/[...boardId]/components/NewCardForm.tsx b/src/app/boards/[...boardId]/components/NewCardForm.tsx index ebedfa9b..c22bcded 100644 --- a/src/app/boards/[...boardId]/components/NewCardForm.tsx +++ b/src/app/boards/[...boardId]/components/NewCardForm.tsx @@ -199,7 +199,7 @@ export function NewCardForm({ listPublicId }: NewCardFormProps) { > {member?.value - .split(" ") + ?.split(" ") .map((namePart) => namePart.charAt(0).toUpperCase(), ) @@ -240,7 +240,7 @@ export function NewCardForm({ listPublicId }: NewCardFormProps) { return ( <>