diff --git a/packages/shared-components/src/AksjonspunktHelpText.tsx b/packages/shared-components/src/AksjonspunktHelpText.tsx index 9e07840e33..932e2b9555 100644 --- a/packages/shared-components/src/AksjonspunktHelpText.tsx +++ b/packages/shared-components/src/AksjonspunktHelpText.tsx @@ -1,6 +1,6 @@ import { Alert, BodyShort } from '@navikt/ds-react'; import React, { ReactNode } from 'react'; -import { FormattedMessage, WrappedComponentProps, injectIntl } from 'react-intl'; +import { WrappedComponentProps, injectIntl } from 'react-intl'; import styles from './aksjonspunktHelpText.module.css'; interface OwnProps { @@ -17,9 +17,7 @@ const AksjonspunktHelpText = ({ isAksjonspunktOpen, children }: OwnProps & Wrapp <> {React.Children.map(children, child => ( - - - + {`Behandlet aksjonspunkt: `} {child} ))}