File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1143
1143
"DME earned" : " DME earned" ,
1144
1144
"Total upgrades" : " Total upgrades" ,
1145
1145
"Total fails" : " Total fails" ,
1146
- "Total DME earned" : " Total DME earned"
1146
+ "Total DME earned" : " Total DME earned" ,
1147
+ "My stat" : " My stat"
1147
1148
}
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export const EngineerStatPage: FC = () => {
48
48
{
49
49
key : String ( Tabs . stat ) ,
50
50
children : < EngineerStat data = { engineerStat } /> ,
51
- label : t ( `pages.contractorStatsAndInfo.mineAreaInfo ` ) ,
51
+ label : t ( `My stat ` ) ,
52
52
} ,
53
53
] }
54
54
documentTitleScope = "Engineer stat and info"
Original file line number Diff line number Diff line change @@ -37,10 +37,6 @@ export const EngineerStat: FC<{
37
37
dataIndex : 'fails_count' ,
38
38
key : 'fails_count' ,
39
39
} ,
40
- {
41
- dataIndex : 'cost_of_execution' ,
42
- key : 'cost_of_execution' ,
43
- } ,
44
40
] ;
45
41
const columns : ColumnsType < ContractorStats > = [
46
42
{
@@ -74,11 +70,6 @@ export const EngineerStat: FC<{
74
70
dataIndex : 'upgrades_fails_count' ,
75
71
key : 'upgrades_fails_count' ,
76
72
} ,
77
- {
78
- title : t ( 'Total DME earned' ) ,
79
- dataIndex : 'upgrades_fails_count' ,
80
- key : 'upgrades_fails_count' ,
81
- } ,
82
73
] ;
83
74
84
75
const expandedRowRender = ( value : EngineerStatDto ) => {
You can’t perform that action at this time.
0 commit comments