diff --git a/app/night-logs/[[...mjd]]/page.tsx b/app/night-logs/[[...mjd]]/page.tsx index 55f3fc3..e265f1d 100644 --- a/app/night-logs/[[...mjd]]/page.tsx +++ b/app/night-logs/[[...mjd]]/page.tsx @@ -70,6 +70,7 @@ export type NightLogData = { issues: NightLogComment[]; weather: NightLogComment[]; other: NightLogComment[]; + overwatcher: NightLogComment[]; }; metrics: NightMetrics; exposure_table: string | null; diff --git a/app/night-logs/[[...mjd]]/sections.tsx b/app/night-logs/[[...mjd]]/sections.tsx index 15c5f93..f50916f 100644 --- a/app/night-logs/[[...mjd]]/sections.tsx +++ b/app/night-logs/[[...mjd]]/sections.tsx @@ -401,7 +401,7 @@ export default function Sections(props: SectionsProps) {