Skip to content

Commit 38bae35

Browse files
committed
Fjerne tagline for kontoroverskrift ved HMS
1 parent 2483db4 commit 38bae35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/pages/office-page/office-page-header/OfficePageHeader.tsx

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ export const OfficePageHeader = ({ officeDetails }: Props) => {
2222
if (!Array.isArray(publikumsmottak) || publikumsmottak.length < 2) {
2323
return '';
2424
}
25+
26+
if (officeDetails.type === 'HMS') {
27+
return '';
28+
}
29+
2530
const allPlaces = publikumsmottak.reduce<string[]>((acc, place) => {
2631
const { stedsbeskrivelse } = place;
2732
if (stedsbeskrivelse) {

0 commit comments

Comments
 (0)