Skip to content

Commit

Permalink
Merge pull request #354 from datasektionen/feature/logos
Browse files Browse the repository at this point in the history
Fix logos page
  • Loading branch information
fianmian authored Sep 3, 2024
2 parents e17877c + 46376f3 commit bc61d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/logos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ export async function getServerSideProps() {
logoColor: exhibitor.logoColor?.toString("base64") || null,
description: exhibitor.description || null,
jobOfferId: exhibitor.jobOfferId || null,
packageTier: exhibitor.packageTier || null,
offers: [
exhibitor.jobOffers?.summerJob,
exhibitor.jobOffers?.internship,
Expand Down

0 comments on commit bc61d78

Please sign in to comment.