Skip to content

Commit

Permalink
add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingeek committed Feb 8, 2024
1 parent 30e5394 commit 5fb1cc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/PayTable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
</tr>
{#if $taxYear !== $taxData.year}
<tr class="warning"><th colspan="3">Attention les montants sont basés sur les données fiscales de {$taxData.year}</th></tr>
{/if}{#if $taxYear === "2023"}
<tr class="warning"><th colspan="3">Attention les données fiscales de 2023 ne sont pas finalisées</th></tr>
{/if}
</thead>
<tbody>
Expand Down

0 comments on commit 5fb1cc6

Please sign in to comment.