Skip to content

Commit

Permalink
Dev next1 fakta feilutbetaling (#6604)
Browse files Browse the repository at this point in the history
* Kodeverk: fiks fakta-feilutbetaling

* Kodeverk: fakta-feilutbetaling fiks

* Kodeverk: fakta-feilutbetaling

* Kodeverk: test in Q

* Kodeverk: feil i faktaUtils

* Update FeilutbetalingInfoPanel.jsx
  • Loading branch information
thomashwi authored Sep 18, 2024
1 parent 2cb41fa commit d4eb1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/behandling-felles/src/util/fakta/faktaUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const getBekreftAksjonspunktCallback =
) =>
aksjonspunkter => {
const model = aksjonspunkter.map(ap => ({
'@type': ap,
'@type': ap.kode,
kode: ap,
}));

Expand Down

0 comments on commit d4eb1bd

Please sign in to comment.