diff --git a/apps/web/src/views/card/components/NewCommentForm.tsx b/apps/web/src/views/card/components/NewCommentForm.tsx index 828be8bd..919e7b42 100644 --- a/apps/web/src/views/card/components/NewCommentForm.tsx +++ b/apps/web/src/views/card/components/NewCommentForm.tsx @@ -51,7 +51,7 @@ const NewCommentForm = ({ cardPublicId }: { cardPublicId: string }) => { return (
+

{t`List`}

+ {/* */}
); } @@ -188,7 +190,7 @@ export default function CardPage() { title={t`${card?.title ?? "Card"} | ${board?.name ?? "Board"}`} />
-
+
{!card && isLoading && (