We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2483db4 commit 38bae35Copy full SHA for 38bae35
src/components/pages/office-page/office-page-header/OfficePageHeader.tsx
@@ -22,6 +22,11 @@ export const OfficePageHeader = ({ officeDetails }: Props) => {
22
if (!Array.isArray(publikumsmottak) || publikumsmottak.length < 2) {
23
return '';
24
}
25
+
26
+ if (officeDetails.type === 'HMS') {
27
+ return '';
28
+ }
29
30
const allPlaces = publikumsmottak.reduce<string[]>((acc, place) => {
31
const { stedsbeskrivelse } = place;
32
if (stedsbeskrivelse) {
0 commit comments