chore(trading): make closed market table rows the correct height

This commit is contained in:
Matthew Russell 2023-09-12 12:47:47 -07:00
parent 250a654544
commit c7d0803164
No known key found for this signature in database

View File

@ -267,6 +267,7 @@ const ClosedMarketsDataGrid = ({
getRowId={({ data }) => data.id}
overlayNoRowsTemplate={error ? error.message : t('No markets')}
components={components}
rowHeight={45}
/>
);
};