diff --git a/apps/frontend/src/components/team/ModalContactAllTeams.tsx b/apps/frontend/src/components/team/ModalContactAllTeams.tsx
index 6b7ccc708..82b17dc90 100644
--- a/apps/frontend/src/components/team/ModalContactAllTeams.tsx
+++ b/apps/frontend/src/components/team/ModalContactAllTeams.tsx
@@ -104,43 +104,41 @@ const getContactAddress = async (productTeam: ProductTeamResponse) => {
export const ModalContactAllTeams = (properties: ModalTeamProperties) => {
const { onClose, title, isOpen, teams } = properties;
return (
- <>
-
-
-
+
+
+ Hvis "Åpne e-postklient" knappen ikke fungerer bruk "Kopier e-poster" knappen og lim disse inn i din
+ e-postklient
+
+
+
+
+
+
);
};
diff --git a/apps/frontend/src/components/team/ShortSummarySection.tsx b/apps/frontend/src/components/team/ShortSummarySection.tsx
index 8c85ecbee..a8c409b6d 100644
--- a/apps/frontend/src/components/team/ShortSummarySection.tsx
+++ b/apps/frontend/src/components/team/ShortSummarySection.tsx
@@ -90,9 +90,7 @@ function TeamOwner(properties: { teamOwner?: Resource; area?: ProductArea }) {
const teamOwner = properties.teamOwner;
return (
- <>
- : "Ingen eier"} />
- >
+ : "Ingen eier"} />
);
}
diff --git a/apps/frontend/src/pages/area/ModalArea.tsx b/apps/frontend/src/pages/area/ModalArea.tsx
index 166fc249f..8006a7a6b 100644
--- a/apps/frontend/src/pages/area/ModalArea.tsx
+++ b/apps/frontend/src/pages/area/ModalArea.tsx
@@ -379,30 +379,29 @@ export const ModalArea = (properties: ModalAreaProperties) => {
`}
>
{resourceList.map((rl) => (
- <>
-
-
- {rl.fullName} - ({rl.navIdent})
-
- }
- onClick={() => {
- const newArray = resourceList.filter((r) => r.navIdent !== rl.navIdent);
- setResourceList([...newArray]);
- }}
- size="small"
- variant="tertiary"
- >
-
- >
+
+
+ {rl.fullName} - ({rl.navIdent})
+
+ }
+ onClick={() => {
+ const newArray = resourceList.filter((r) => r.navIdent !== rl.navIdent);
+ setResourceList([...newArray]);
+ }}
+ size="small"
+ variant="tertiary"
+ >
+
))}
diff --git a/apps/frontend/src/pages/location/LocationPage.tsx b/apps/frontend/src/pages/location/LocationPage.tsx
index 0b2a7d53f..707642b59 100644
--- a/apps/frontend/src/pages/location/LocationPage.tsx
+++ b/apps/frontend/src/pages/location/LocationPage.tsx
@@ -86,14 +86,12 @@ export const LocationPage = () => {
return (
{!loading && locationBuilding && locationStats && (
- <>
-
- >
+
)}
{parameters.locationCode && locationSection && locationStats && !loading && (