Skip to content

Commit e5b2326

Browse files
committed
Fix TS issue. Ammend commit to re-run RTD preview.
1 parent d10618f commit e5b2326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CompanyCard.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ for (const path in jobFiles) {
1919
}
2020
}
2121
22-
const jobs: CollectionEntry<"jobs"> = companiesJobsMap[company.id];
22+
const jobs: CollectionEntry<"jobs">[] = companiesJobsMap[company.id];
2323
2424
const isCompanyPage = Astro.url.pathname == `/company/${company.id}`;
2525

0 commit comments

Comments
 (0)