diff --git a/frontend/log-redirect/src/App.tsx b/frontend/log-redirect/src/App.tsx index ec8da01..c5a7ac3 100644 --- a/frontend/log-redirect/src/App.tsx +++ b/frontend/log-redirect/src/App.tsx @@ -93,7 +93,7 @@ function ReportList(props: {title: string, latestPath: string, reports: Report[] {reports.map((report) => ( - {report.title || '(No Report Title available )'} + {report.title || '(No Report Title available )'} ))}