diff --git a/apps/scandic-web/components/ContentType/HotelSubpage/HtmlContent/index.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/HtmlContent/index.tsx index 360eae16d..a0c931874 100644 --- a/apps/scandic-web/components/ContentType/HotelSubpage/HtmlContent/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelSubpage/HtmlContent/index.tsx @@ -95,7 +95,9 @@ function renderNode(domNode: Node, idx: number) { return
case NodeNames.a: - console.log(domNode.attribs.target) + if (!domNode.attribs.href) { + return null + } return (