IO-1911 Add target to tt scoreboard.

This commit is contained in:
Patrick Fic
2022-06-10 10:57:51 -07:00
parent 446bd9035f
commit 2c760948c5
4 changed files with 26 additions and 20 deletions

View File

@@ -60,7 +60,7 @@ export const QUERY_TIME_TICKETS_IN_RANGE = gql`
`;
export const QUERY_TIME_TICKETS_IN_RANGE_SB = gql`
query QUERY_TIME_TICKETS_IN_RANGE(
query QUERY_TIME_TICKETS_IN_RANGE_SB(
$start: date!
$end: date!
$fixedStart: date!