Skip to content

Commit

Permalink
Anke i TR: Show 'Legg tilbake' button
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksson-daniel committed Nov 21, 2024
1 parent 561e0ae commit 07294ef
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export const DeassignOppgave = ({ oppgave }: Props) => {
!canEdit ||
oppgave === undefined ||
oppgave.feilregistrering !== null ||
oppgave.typeId === SaksTypeEnum.ANKE_I_TRYGDERETTEN ||
oppgave.typeId === SaksTypeEnum.BEHANDLING_ETTER_TR_OPPHEVET
) {
return null;
Expand Down

0 comments on commit 07294ef

Please sign in to comment.