Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Viser info om klager også for AAP
Browse files Browse the repository at this point in the history
  • Loading branch information
igorweber committed Jan 24, 2024
1 parent 32dd3e3 commit b9eea57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/sider/innsending/4-kvitteringsside/kvittering.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ class Kvittering extends React.Component<KvitteringsProps, object> {
{formatHtmlMessage("overskrift.meldekort.sendt")}
</Alert>

{typeYtelsePostfix === TypeYtelse.DAGPENGER &&
{(typeYtelsePostfix === TypeYtelse.DAGPENGER || typeYtelsePostfix === TypeYtelse.AAP) &&
<Panel border className={"alertSendt"}>
{formatHtmlMessage("sendt.klagerettigheterInfo" + typeYtelsePostfix)}
</Panel>
Expand Down

0 comments on commit b9eea57

Please sign in to comment.