Skip to content

Commit 5279669

Browse files
committed
test performance without tables
1 parent 064370a commit 5279669

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/components/Trade/TradeTabs/TradeTabs2.tsx

+18-18
Original file line numberDiff line numberDiff line change
@@ -121,24 +121,24 @@ function TradeTabs2(props: propsIF) {
121121
},
122122
]
123123
: [
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+
// },
142142
{
143143
label: 'Info',
144144
content: <TableInfo />,

0 commit comments

Comments
 (0)