Merge dfc3f56dbb15e0c05697f38dbc993e34cac377b5 into 40fc131ba43f19ab93ce26b7d65b9bdb1d28a98a

This commit is contained in:
fiatjaf_
2025-09-08 22:43:18 +05:30
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}