fix(#440): request tournamentMatches without depends c_match_calc_status

pull/114/head
Andrei Dekterev 3 years ago
parent 7e3c8b5473
commit 9646f24c03
  1. 2
      src/features/MatchPage/store/hooks/useTournamentData.tsx

@ -31,8 +31,6 @@ export const useTournamentData = (matchProfile: MatchInfo) => {
useEffect(() => {
if (!isNull(tournamentId)) {
if (matchProfile?.live && Number(matchProfile.c_match_calc_status) <= 1) return
(async () => {
const matchesBySection = await getTournamentMatches({
limit: 1000,

Loading…
Cancel
Save