We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f41938 commit 38a5c6aCopy full SHA for 38a5c6a
__tests__/app/components/__snapshots__/MatchElement.test.tsx.snap
@@ -19,7 +19,7 @@ exports[`MatchElement Component Should render 1`] = `
19
"verdict": "1",
20
}
21
22
- type="TOP_MATCHES"
+ type="FEATURED_MATCHES"
23
>
24
<Col
25
bsClass="col"
src/app/types/MatchView.ts
@@ -3,7 +3,7 @@ import { ActionType } from 'typesafe-actions';
3
4
export enum MatchViewTabType {
5
MY_MATCHES = 'MY_MATCHES',
6
- TOP_MATCHES = 'TOP_MATCHES',
+ TOP_MATCHES = 'FEATURED_MATCHES',
7
8
9
export interface OwnState {
0 commit comments