File tree Expand file tree Collapse file tree
src/components/Market/MarketTableRow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export const MarketTableRow: FC = () => {
8282 </ Text >
8383 </ Group >
8484 ) ,
85- enableSorting : false ,
85+ enableSorting : true ,
8686 meta : { colSpan : 1 } ,
8787 } ,
8888 {
@@ -99,7 +99,7 @@ export const MarketTableRow: FC = () => {
9999 </ Text >
100100 </ Group >
101101 ) ,
102- enableSorting : false ,
102+ enableSorting : true ,
103103 meta : { colSpan : 2 } ,
104104 } ,
105105 {
@@ -116,7 +116,7 @@ export const MarketTableRow: FC = () => {
116116 </ Text >
117117 </ Group >
118118 ) ,
119- enableSorting : false ,
119+ enableSorting : true ,
120120 meta : { colSpan : 2 } ,
121121 } ,
122122 {
@@ -133,7 +133,7 @@ export const MarketTableRow: FC = () => {
133133 </ Text >
134134 </ Group >
135135 ) ,
136- enableSorting : false ,
136+ enableSorting : true ,
137137 meta : { colSpan : 4 } ,
138138 } ,
139139 {
@@ -150,7 +150,7 @@ export const MarketTableRow: FC = () => {
150150 </ Text >
151151 </ Group >
152152 ) ,
153- enableSorting : false ,
153+ enableSorting : true ,
154154 meta : { colSpan : 2 } ,
155155 } ,
156156 {
@@ -167,7 +167,7 @@ export const MarketTableRow: FC = () => {
167167 </ Text >
168168 </ Group >
169169 ) ,
170- enableSorting : false ,
170+ enableSorting : true ,
171171 meta : { colSpan : 2 } ,
172172 } ,
173173 {
You can’t perform that action at this time.
0 commit comments