mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-05 06:24:15 +00:00
Merge dfc3f56dbb15e0c05697f38dbc993e34cac377b5 into a84bc4f143f801286a2421a8b3c541506c5ea1f7
This commit is contained in:
@ -795,6 +795,11 @@ const BookTable = ({
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<ClickThroughDataGrid
|
<ClickThroughDataGrid
|
||||||
|
initialState={{
|
||||||
|
sorting: {
|
||||||
|
sortModel: [{ field: 'premium', sort: 'asc' }],
|
||||||
|
},
|
||||||
|
}
|
||||||
sx={headerStyleFix}
|
sx={headerStyleFix}
|
||||||
localeText={localeText}
|
localeText={localeText}
|
||||||
rows={filteredOrders}
|
rows={filteredOrders}
|
||||||
@ -833,6 +838,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