Merge dfc3f56dbb15e0c05697f38dbc993e34cac377b5 into a84bc4f143f801286a2421a8b3c541506c5ea1f7

This commit is contained in:
fiatjaf_
2025-08-23 07:04:27 -04:00
committed by GitHub

View File

@ -795,6 +795,11 @@ const BookTable = ({
/>
)}
<ClickThroughDataGrid
initialState={{
sorting: {
sortModel: [{ field: 'premium', sort: 'asc' }],
},
}
sx={headerStyleFix}
localeText={localeText}
rows={filteredOrders}
@ -833,6 +838,11 @@ const BookTable = ({
/>
)}
<ClickThroughDataGrid
initialState={{
sorting: {
sortModel: [{ field: 'premium', sort: 'asc' }],
},
}
sx={headerStyleFix}
localeText={localeText}
rowHeight={3.714 * theme.typography.fontSize}