From 1e7f43fe3df295e57ce57eafb9cbeb4371eb42b6 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Thu, 21 Dec 2023 18:32:37 -0800 Subject: [PATCH] IO-2501 Correct for missing query variables --- .../scoreboard-timetickets/scoreboard-timetickets.component.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/components/scoreboard-timetickets/scoreboard-timetickets.component.jsx b/client/src/components/scoreboard-timetickets/scoreboard-timetickets.component.jsx index 0fc84af6d..9fdb384d1 100644 --- a/client/src/components/scoreboard-timetickets/scoreboard-timetickets.component.jsx +++ b/client/src/components/scoreboard-timetickets/scoreboard-timetickets.component.jsx @@ -65,6 +65,8 @@ export default function ScoreboardTimeTickets() { end: endDate.format("YYYY-MM-DD"), fixedStart: fixedPeriods.start.format("YYYY-MM-DD"), fixedEnd: fixedPeriods.end.format("YYYY-MM-DD"), + jobStart: startDate, + jobEnd: endDate, }, fetchPolicy: "network-only", nextFetchPolicy: "network-only",