fix(#440): request tournamentMatches without depends c_match_calc_status #114

Merged
andrey.dekterev merged 1 commits from IN-440-request-tournamentMatches into develop 3 years ago
  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