IN-352-scores-method #96

Merged
andrey.dekterev merged 3 commits from IN-352-scores-method into develop 3 years ago
Owner
https://insports.atlassian.net/browse/IN-352 https://insports.atlassian.net/browse/IN-358
andrey.dekterev requested review from roman.rakov 3 years ago
andrey.dekterev requested review from ruslan.khairullin 3 years ago
roman.rakov reviewed 3 years ago
<MatchCard
key={match.id}
match={match}
score={liveMatchScores?.find(

что будет если find не найдет?

что будет если find не найдет?
Poster
Owner

ничего, будем использовать тот результат, который был получени из get-matches

ничего, будем использовать тот результат, который был получени из get-matches
roman.rakov marked this conversation as resolved
andrey.dekterev force-pushed IN-352-scores-method from 098e7d3457 to 88ef3eea91 3 years ago
andrey.dekterev force-pushed IN-352-scores-method from 88ef3eea91 to 72d4114baa 3 years ago
roman.rakov approved these changes 3 years ago
ruslan.khairullin reviewed 3 years ago
export const querieKeys = {
Collaborator

добавь в индекс

добавь в индекс
andrey.dekterev marked this conversation as resolved
import { getCardColor } from 'helpers/getCardColor'
import type { LiveScore } from 'requests/getLiveScores'
Collaborator
import type { LiveScore } from 'requests'
``` import type { LiveScore } from 'requests' ```
andrey.dekterev marked this conversation as resolved
import { ProfileTypes, PAGES } from 'config'
import { isLffClient } from 'config/clients'
import type { LiveScore } from 'requests/getLiveScores'
Collaborator
import type { LiveScore } from 'requests'
``` import type { LiveScore } from 'requests' ```
andrey.dekterev marked this conversation as resolved
import { isMobileDevice } from 'config/userAgent'
import { LiveScore } from 'requests/getLiveScores'
Collaborator
import type { LiveScore } from 'requests'
``` import type { LiveScore } from 'requests' ```
andrey.dekterev marked this conversation as resolved
import { usePageParams } from 'hooks/usePageParams'
import { getMatchScore } from 'requests/getMatchScore'
Collaborator
import { getMatchScore } from 'requests'
``` import { getMatchScore } from 'requests' ```
andrey.dekterev marked this conversation as resolved
import { PAGES } from 'config/pages'
import { getLiveScores, LiveScore } from 'requests/getLiveScores'
Collaborator
import type { LiveScore } from 'requests'
import { getLiveScores } from 'requests'
``` import type { LiveScore } from 'requests' import { getLiveScores } from 'requests' ```
andrey.dekterev marked this conversation as resolved
import { callApi } from 'helpers'
Collaborator

в индекс

в индекс
andrey.dekterev marked this conversation as resolved
ruslan.khairullin reviewed 3 years ago
import { ProfileTypes } from 'config'
import { isMobileDevice } from 'config/userAgent'
import { querieKeys } from 'config/queries'
Collaborator
import { querieKeys, isMobileDevice } from 'config'
``` import { querieKeys, isMobileDevice } from 'config' ```
andrey.dekterev marked this conversation as resolved
ruslan.khairullin reviewed 3 years ago
import { Wrapper } from './styled'
import { useMatchSwitchesStore } from '../MatchSwitches'
import { querieKeys } from '../../config/queries'
Collaborator
import { querieKeys } from '../../config'
``` import { querieKeys } from '../../config' ```
andrey.dekterev marked this conversation as resolved
andrey.dekterev force-pushed IN-352-scores-method from 72d4114baa to 6b19ad2ec3 3 years ago
ruslan.khairullin approved these changes 3 years ago
andrey.dekterev merged commit 6b19ad2ec3 into develop 3 years ago
andrey.dekterev deleted branch IN-352-scores-method 3 years ago

Reviewers

roman.rakov approved these changes 3 years ago
ruslan.khairullin approved these changes 3 years ago
continuous-integration/drone/push Build is passing
The pull request has been merged as 6b19ad2ec3.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: frontend/spa_instat_tv#96
Loading…
There is no content yet.