We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844ea7d commit ed27b88Copy full SHA for ed27b88
src/components/pages/office-page/office-details/officeInformation/OfficeInformation.tsx
@@ -54,7 +54,7 @@ export const OfficeInformation = ({ officeData }: OfficeInformationProps) => {
54
<Heading level="3" size="small" spacing>
55
{getOfficeTranslations('location')}
56
</Heading>
57
- {beliggenhet.adresseTilleggsnavn && (
+ {beliggenhet?.adresseTilleggsnavn && (
58
<BodyShort>{beliggenhet.adresseTilleggsnavn}</BodyShort>
59
)}
60
<BodyShort>{visitingAddress}</BodyShort>
0 commit comments