+
+
diff --git a/src/moduler/oppfolging-status/OppfolgingStatus.tsx b/src/moduler/oppfolging-status/OppfolgingStatus.tsx
index 93bbf0067..dac87e941 100644
--- a/src/moduler/oppfolging-status/OppfolgingStatus.tsx
+++ b/src/moduler/oppfolging-status/OppfolgingStatus.tsx
@@ -1,14 +1,11 @@
import React, { ReactNode } from 'react';
import VidereSendBrukereEllerRenderChildren from './VidereSendBrukereEllerRenderChildren';
-interface Props {
- children: ReactNode;
-}
-const OppfolgingStatus = ({ children }: Props) => {
+const OppfolgingStatus = () => {
return (
- {children}
+
);
};