From ac3fff47c7827e3c007687910062be9562d34239 Mon Sep 17 00:00:00 2001 From: Henry Date: Sun, 24 Mar 2024 14:42:29 +0000 Subject: [PATCH] fix: type errors --- src/app/boards/[...boardId]/components/NewCardForm.tsx | 4 ++-- src/app/components/CheckboxDropdown.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ( <>