Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Nov 29, 2023
1 parent 4bbe107 commit 525fc2d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@ export const TableResultsTemplate: React.FC<TableResultsTemplateProps> = ({ requ
<TableCell>
<div className={styles.description}>{request.samenvatting ?? t("No summary available")}</div>
</TableCell>
<TableCell>
<div className={styles.description}>{request.samenvatting ?? t("No summary available")}</div>
</TableCell>
<TableCell>
<div className={styles.description}>{request.samenvatting ?? t("No summary available")}</div>
</TableCell>
<TableCell>
<div className={styles.description}>{request.samenvatting ?? t("No summary available")}</div>
</TableCell>
</TableRow>
))}
</TableBody>
Expand Down

0 comments on commit 525fc2d

Please sign in to comment.