Skip to content

Commit

Permalink
toggler av tilbakekreving
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnav990 committed Oct 24, 2023
1 parent c3dd903 commit 1a0e335
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/pages/saksbehandling/sakintro/Sakintro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const SuksessStatuser = (props: { locationState: Nullable<Routes.SuccessNotifica
enum NyBehandling {
REVURDER = 'REVURDER',
KLAGE = 'KLAGE',
TILBAKEKREVING = 'TILBAKEKREVING',
}

const BekreftFnrEndringModal = (props: {
Expand Down Expand Up @@ -246,8 +245,6 @@ const NyBehandlingVelger = (props: { sakId: string; kanRevurdere: boolean }) =>
return Routes.revurderValgtSak.createURL({ sakId: props.sakId });
case NyBehandling.KLAGE:
return Routes.klageOpprett.createURL({ sakId: props.sakId });
case NyBehandling.TILBAKEKREVING:
return Routes.tilbakekrevValgtSak.createURL({ sakId: props.sakId });
}
};

Expand Down Expand Up @@ -290,13 +287,6 @@ const NyBehandlingVelger = (props: { sakId: string; kanRevurdere: boolean }) =>
>
{formatMessage('popover.option.klage')}
</LinkAsButton>
<LinkAsButton
className={styles.popoverOption}
variant="tertiary"
href={nyBehandlingTilRoute(NyBehandling.TILBAKEKREVING)}
>
{formatMessage('popover.option.tilbakekreving')}
</LinkAsButton>
</div>
</Popover>
</div>
Expand Down

0 comments on commit 1a0e335

Please sign in to comment.