Merge dfc3f56dbb15e0c05697f38dbc993e34cac377b5 into fb0723ae2543f212fd955774b69c77342f5584c5

This commit is contained in:
fiatjaf_
2025-07-07 09:29:59 +00:00
committed by GitHub

View File

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