feat(in-125): match events bugfix

keep-around/9d11a525a1ee745f785976389c40d7a0601133e1
Rita 3 years ago
parent dc73d9157a
commit 8b484e1fd2
  1. 1
      src/features/MatchPage/store/hooks/useEvents.tsx

@ -18,6 +18,7 @@ export const useEvents = () => {
sportType, sportType,
}).then(fetchLexics) }).then(fetchLexics)
.then(setEvents) .then(setEvents)
.catch(() => setEvents([]))
}, [ }, [
fetchLexics, fetchLexics,
matchId, matchId,

Loading…
Cancel
Save