\n
\n
\n {texts.openClosed.status}\n {' - '}\n {texts.openClosed.time}\n
\n )}\n {texts.title && (\n \n {texts.title.text}\n \n )}\n {texts.topics && (\n\n {chatCardData.Ingress ?? chatCardData.Beskrivelse}\n
,\n\n {chatCardData.BemanningTypeNavn\n ? `Det er ${chatCardData.BemanningTypeNavn} som bemanner denne.`\n : 'Det er ikke informasjon om bemanningen.'}\n
,\n ],\n },\n bubbleContact: {\n href: chatCardData.Lenker[0],\n ariaLabel: `Åpne chat for ${chatCardData.Navn}`,\n },\n phoneContact: {\n href: `tel:${chatCardData.Telefon}`,\n ariaLabel: `Ring ${chatCardData.Navn} på nummer ${chatCardData.Telefon}}`,\n },\n };\n\n // setChatCardText(newChatCardsText);\n return newChatCardsText;\n };\n\n const fetchCardData = async (): Promise