Skip to content

Commit 6931c55

Browse files
Remove setting of language
1 parent 6ee9818 commit 6931c55

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

client/src/hooks/useTripQueryVariables.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import { useEffect, useState } from 'react';
2-
import { Locale, TripQueryVariables } from '../gql/graphql.ts';
2+
import { TripQueryVariables } from '../gql/graphql.ts';
33

44
const DEFAULT_VARIABLES: TripQueryVariables = {
55
from: {},
66
to: {},
77
dateTime: new Date().toISOString(),
8-
locale: Locale.Us,
98
};
109

1110
const getInitialVariables = () => {

0 commit comments

Comments
 (0)