diff --git a/apps/web/app/(app)/[emailAccountId]/bulk-unsubscribe/BulkUnsubscribeSection.tsx b/apps/web/app/(app)/[emailAccountId]/bulk-unsubscribe/BulkUnsubscribeSection.tsx index d348f1cb42..346cad6884 100644 --- a/apps/web/app/(app)/[emailAccountId]/bulk-unsubscribe/BulkUnsubscribeSection.tsx +++ b/apps/web/app/(app)/[emailAccountId]/bulk-unsubscribe/BulkUnsubscribeSection.tsx @@ -330,4 +330,4 @@ export function BulkUnsubscribeSection({ ); -} +} \ No newline at end of file diff --git a/apps/web/app/(app)/[emailAccountId]/cold-email-blocker/TestRules.tsx b/apps/web/app/(app)/[emailAccountId]/cold-email-blocker/TestRules.tsx index 3db5521581..663198767e 100644 --- a/apps/web/app/(app)/[emailAccountId]/cold-email-blocker/TestRules.tsx +++ b/apps/web/app/(app)/[emailAccountId]/cold-email-blocker/TestRules.tsx @@ -16,7 +16,7 @@ import { Separator } from "@/components/ui/separator"; import { AlertBasic } from "@/components/Alert"; import { EmailMessageCell } from "@/components/EmailMessageCell"; import { SearchForm } from "@/components/SearchForm"; -import { TableCell, TableRow } from "@/components/ui/table"; +import { TableCell, TableRow, Table, TableBody } from "@/components/ui/table"; import { CardContent } from "@/components/ui/card"; import { testColdEmailAction } from "@/utils/actions/cold-email"; import type { ColdEmailBlockerBody } from "@/utils/actions/cold-email.validation"; @@ -57,17 +57,17 @@ export function TestRulesContent() { {data && ( -
- {data.messages.map((message) => { - return ( + + + {data.messages.map((message) => ( - ); - })} - + ))} + +
)}
diff --git a/apps/web/app/(app)/[emailAccountId]/reply-zero/EnableReplyTracker.tsx b/apps/web/app/(app)/[emailAccountId]/reply-zero/EnableReplyTracker.tsx index 971e61ecc8..ade7980369 100644 --- a/apps/web/app/(app)/[emailAccountId]/reply-zero/EnableReplyTracker.tsx +++ b/apps/web/app/(app)/[emailAccountId]/reply-zero/EnableReplyTracker.tsx @@ -38,9 +38,7 @@ export function EnableReplyTracker({ enabled }: { enabled: boolean }) { } extraDescription={
-

- We label your emails with: -

+ We label your emails with: {NEEDS_REPLY_LABEL_NAME} - emails you