Skip to content

Commit daea6bf

Browse files
committed
Update page-client.tsx
1 parent 18554f3 commit daea6bf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/web/app/partners.dub.co/(dashboard)/programs/[programSlug]/(enrolled)/links/page-client.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ export function ProgramLinksPageClient() {
7070
defaultInterval={DUB_PARTNERS_ANALYTICS_INTERVAL}
7171
/>
7272
{/* TODO: Add this to Program table */}
73-
{["dub", "acme", "tella", "testimonial"].includes(programSlug) && (
73+
{["dub", "acme", "tella", "testimonial", "firecrawl"].includes(
74+
programSlug,
75+
) && (
7476
<Button
7577
text="Create Link"
7678
className="w-fit"

0 commit comments

Comments
 (0)