Skip to content
This repository was archived by the owner on Apr 6, 2022. It is now read-only.

Commit 4d7aeca

Browse files
committed
Make start and endDate optional in TelemetryLink
1 parent 7e1ca78 commit 4d7aeca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/components/recipes/details/TelemetryLink.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ const MONITORING_URL = "https://grafana.telemetry.mozilla.org";
55
const DASHBOARD_ID = "XspgvdxZz";
66

77
interface TelemetryLinkProps {
8-
endDate: Date;
8+
endDate?: Date;
99
normandySlug: string;
10-
startDate: Date;
10+
startDate?: Date;
1111
status: string;
1212
}
1313

0 commit comments

Comments
 (0)