Skip to content

Commit

Permalink
fikset informasjonsmodal
Browse files Browse the repository at this point in the history
  • Loading branch information
johatr committed Oct 3, 2023
1 parent 08f87bf commit 64b5553
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions src/moduler/aktivitet/visning/AktivitetvisningModal.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ const AktivitetsvisningModalWrapped = (props: { store: ToolkitStore }) => (
</div>
);

// Hack to remove warnings from tests https://github.com/reactjs/react-modal/issues/632
Modal.setAppElement(document.createElement('div'));
describe('<AktivitetvisningModal/>', () => {
it('Skal ikke vise feilmelding dersom dialog ikke feiler', () => {
const store = configureStore({ reducer });
Expand Down
4 changes: 1 addition & 3 deletions src/moduler/informasjon/informasjon-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ const InformasjonModal = ({ erBruker, underOppfolging, lestInfo }: Props) => {
onRequestClose={() => {
navigate(hovedsideRoute());
}}
heading="Hva er aktivitetsplanen?"
>
<ModalContainer className="max-w-2xl">
<Heading id="modal-heading" level="1" size="large" className="mb-4">
Hva er aktivitetsplanen?
</Heading>
<BodyShort className="pb-4">
I aktivitetsplanen holder du oversikt over det du gjør for å komme i jobb eller annen aktivitet.
Både du og veilederen din kan se og endre aktivitetsplanen.
Expand Down

0 comments on commit 64b5553

Please sign in to comment.