Skip to content

Commit

Permalink
Fjern klasse som ble brukt til å teste quill sin delta-oppbygging
Browse files Browse the repository at this point in the history
  • Loading branch information
charliemidtlyng committed Dec 19, 2024
1 parent 7f6a352 commit d5672ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const lagInntektsperioder = (beløpsperioder?: IBeløpsperiode[]): string => {
return `<table style="margin-left: 2px; margin-right: 2px; border-collapse: collapse; ${borderStylingCompact}">
<thead>
<tr>
<td style="width: 110px; ${borderStylingCompact}" class="charlietest"><strong>Periode</strong></td>
<td style="width: 110px; ${borderStylingCompact}"><strong>Periode</strong></td>
<td style="width: 55px; word-wrap: break-word; ${borderStylingCompact}"><strong>Beregnet inntekt</strong></td>
${
samordningskolonneTittel &&
Expand Down

0 comments on commit d5672ca

Please sign in to comment.