Skip to content

Commit 38a5c6a

Browse files
fix:rename topmatches (#64)
1 parent 8f41938 commit 38a5c6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__tests__/app/components/__snapshots__/MatchElement.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exports[`MatchElement Component Should render 1`] = `
1919
"verdict": "1",
2020
}
2121
}
22-
type="TOP_MATCHES"
22+
type="FEATURED_MATCHES"
2323
>
2424
<Col
2525
bsClass="col"

src/app/types/MatchView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ActionType } from 'typesafe-actions';
33

44
export enum MatchViewTabType {
55
MY_MATCHES = 'MY_MATCHES',
6-
TOP_MATCHES = 'TOP_MATCHES',
6+
TOP_MATCHES = 'FEATURED_MATCHES',
77
}
88

99
export interface OwnState {

0 commit comments

Comments
 (0)