@@ -121,24 +121,24 @@ function TradeTabs2(props: propsIF) {
121
121
} ,
122
122
]
123
123
: [
124
- {
125
- label : 'Transactions' ,
126
- content : < Transactions { ...transactionsProps } /> ,
127
- icon : recentTransactionsImage ,
128
- showRightSideOption : true ,
129
- } ,
130
- {
131
- label : 'Limits' ,
132
- content : < Orders { ...ordersProps } /> ,
133
- icon : openOrdersImage ,
134
- showRightSideOption : true ,
135
- } ,
136
- {
137
- label : 'Liquidity' ,
138
- content : < Ranges { ...rangesProps } /> ,
139
- icon : rangePositionsImage ,
140
- showRightSideOption : true ,
141
- } ,
124
+ // {
125
+ // label: 'Transactions',
126
+ // content: <Transactions {...transactionsProps} />,
127
+ // icon: recentTransactionsImage,
128
+ // showRightSideOption: true,
129
+ // },
130
+ // {
131
+ // label: 'Limits',
132
+ // content: <Orders {...ordersProps} />,
133
+ // icon: openOrdersImage,
134
+ // showRightSideOption: true,
135
+ // },
136
+ // {
137
+ // label: 'Liquidity',
138
+ // content: <Ranges {...rangesProps} />,
139
+ // icon: rangePositionsImage,
140
+ // showRightSideOption: true,
141
+ // },
142
142
{
143
143
label : 'Info' ,
144
144
content : < TableInfo /> ,
0 commit comments