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 6c48767 commit 443155bCopy full SHA for 443155b
1 file changed
client/src/components/ui/Common/types.tsx
@@ -4,10 +4,10 @@ export type MatchDetailsData = {
4
penaltyPins: number;
5
yellowCard: number;
6
redCard: number;
7
- p1_postion: number;
8
- p2_postion: number;
+ p1_position: number;
+ p2_position: number;
9
honorPoint: number;
10
- regularPoint: number;
+ point: number;
11
completedTime: number;
12
13
matchId: number;
0 commit comments