fix(fix get-matches): fix get-matches

pull/58/head
Andrei Dekterev 3 years ago
parent 7cdfd41fe2
commit 42a9f916d9
  1. 2
      src/features/HomePage/hooks.tsx

@ -75,7 +75,7 @@ export const useHomePage = () => {
timezoneOffset: getTimezoneOffset(selectedDate),
}),
// eslint-disable-next-line react-hooks/exhaustive-deps
[selectedDate, userInfo],
[selectedDate],
)
useEffect(() => {

Loading…
Cancel
Save