Skip to content

Commit

Permalink
Midlertidig skjule arbeidssøkerstatus
Browse files Browse the repository at this point in the history
  • Loading branch information
nattaphongklinjan committed Apr 5, 2024
1 parent 4535f16 commit 24ea134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/page-hero/PageHero.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Heading } from "@navikt/ds-react";
import { PortableText } from "@portabletext/react";
import { useSanity } from "../../context/sanity-context";
import { ArbeidssokerStatus } from "../arbeidssoker-status/ArbeidssokerStatus";
// import { ArbeidssokerStatus } from "../arbeidssoker-status/ArbeidssokerStatus";
import { Section } from "../section/Section";
import { SectionContent } from "../section/SectionContent";

Expand All @@ -20,7 +20,7 @@ export function PageHero({ hasFullforteSoknader }: IProps) {
{getAppText("sidetittel")}
</Heading>
{hasFullforteSoknader && <PortableText value={seksjonSoknadText} />}
<ArbeidssokerStatus />
{/* <ArbeidssokerStatus /> */}
</SectionContent>
</Section>
);
Expand Down

0 comments on commit 24ea134

Please sign in to comment.