Skip to content

Commit

Permalink
Add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
timvanoostrom committed Feb 13, 2024
1 parent fc4761f commit 74840c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function DatalistFinancieelPeriode({
return (
<>
<Heading level={3} size="level-4" className={styles.Section_heading}>
{periode.titelFinancieelPeriodeVan} {periode.periodeSamengesteld}
{periode.titelFinancieelPeriodeVan}: {periode.periodeSamengesteld}
</Heading>
<Datalist rows={rows} />
</>
Expand Down

0 comments on commit 74840c4

Please sign in to comment.