Skip to content

Commit 679915e

Browse files
committed
Fix email
1 parent d93c7e1 commit 679915e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/jobs/utils/transaction-notifications.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
triggerBulk,
99
} from "@midday/notification";
1010
import { createClient } from "@midday/supabase/job";
11-
import { render } from "@react-email/components";
11+
import { render } from "@react-email/render";
1212
import { logger } from "@trigger.dev/sdk/v3";
1313

1414
interface User {

0 commit comments

Comments
 (0)