We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10618f commit e5b2326Copy full SHA for e5b2326
src/components/CompanyCard.astro
@@ -19,7 +19,7 @@ for (const path in jobFiles) {
19
}
20
21
22
- const jobs: CollectionEntry<"jobs"> = companiesJobsMap[company.id];
+ const jobs: CollectionEntry<"jobs">[] = companiesJobsMap[company.id];
23
24
const isCompanyPage = Astro.url.pathname == `/company/${company.id}`;
25
0 commit comments