Skip to content

Commit

Permalink
fix summary page
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekVigas committed Nov 15, 2024
1 parent 7696f2d commit ec308d2
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/pages/suhrn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,25 +193,29 @@ const Suhrn: Page<TaxFormUserInput> = ({
{
title: 'Úhrn sociálneho poistného z dohôd',
value:
taxFormUserInput.uhrnPovinnehoPoistnehoNaSocialnePoistenie,
taxFormUserInput.uhrnPovinnehoPoistnehoNaSocialnePoistenieDohody,
currency: true,
allignRight: true,
testId: 'r039_socialne',
},
{
title: 'Úhrn zdravotného poistného z dohôd',
value:
taxFormUserInput.uhrnPovinnehoPoistnehoNaZdravotnePoistenie,
taxFormUserInput.uhrnPovinnehoPoistnehoNaZdravotnePoistenieDohody,
currency: true,
allignRight: true,
testId: 'r039_zdravotne',
},
{
title: 'Úhrn preddavkov na daň z dohôd',
value: taxFormUserInput.uhrnPreddavkovNaDan,
value: taxFormUserInput.uhrnPreddavkovNaDanDohody,
currency: true,
allignRight: true,
},
{
title: 'Údaje o daňovom bonuse na dieťa z dohôd',
value: taxFormUserInput.udajeODanovomBonuseNaDietaDohody,
currency: true,
allignRight: true,
}
]
: [
{
Expand Down

0 comments on commit ec308d2

Please sign in to comment.