mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-18 16:53:16 +00:00
Merge dfc3f56dbb15e0c05697f38dbc993e34cac377b5 into fb0723ae2543f212fd955774b69c77342f5584c5
This commit is contained in:
@ -799,6 +799,11 @@ const BookTable = ({
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<ClickThroughDataGrid
|
<ClickThroughDataGrid
|
||||||
|
initialState={{
|
||||||
|
sorting: {
|
||||||
|
sortModel: [{ field: 'premium', sort: 'asc' }],
|
||||||
|
},
|
||||||
|
}
|
||||||
sx={headerStyleFix}
|
sx={headerStyleFix}
|
||||||
localeText={localeText}
|
localeText={localeText}
|
||||||
rows={filteredOrders}
|
rows={filteredOrders}
|
||||||
@ -837,6 +842,11 @@ const BookTable = ({
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<ClickThroughDataGrid
|
<ClickThroughDataGrid
|
||||||
|
initialState={{
|
||||||
|
sorting: {
|
||||||
|
sortModel: [{ field: 'premium', sort: 'asc' }],
|
||||||
|
},
|
||||||
|
}
|
||||||
sx={headerStyleFix}
|
sx={headerStyleFix}
|
||||||
localeText={localeText}
|
localeText={localeText}
|
||||||
rowHeight={3.714 * theme.typography.fontSize}
|
rowHeight={3.714 * theme.typography.fontSize}
|
||||||
|
Reference in New Issue
Block a user