chore(trading): make closed market table rows the correct height
This commit is contained in:
parent
250a654544
commit
c7d0803164
@ -267,6 +267,7 @@ const ClosedMarketsDataGrid = ({
|
||||
getRowId={({ data }) => data.id}
|
||||
overlayNoRowsTemplate={error ? error.message : t('No markets')}
|
||||
components={components}
|
||||
rowHeight={45}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user