diff --git a/frontend/src/container/TopNav/DateTimeSelection/config.ts b/frontend/src/container/TopNav/DateTimeSelection/config.ts index 1b4a3cdfb5..2aaf3e1c19 100644 --- a/frontend/src/container/TopNav/DateTimeSelection/config.ts +++ b/frontend/src/container/TopNav/DateTimeSelection/config.ts @@ -53,10 +53,10 @@ export const ServiceMapOptions: Option[] = [ export const getDefaultOption = (route: string): Time => { if (route === ROUTES.SERVICE_MAP) { - return ServiceMapOptions[0].value; + return ServiceMapOptions[2].value; } if (route === ROUTES.APPLICATION) { - return Options[0].value; + return Options[2].value; } return Options[2].value; };