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}
|
getRowId={({ data }) => data.id}
|
||||||
overlayNoRowsTemplate={error ? error.message : t('No markets')}
|
overlayNoRowsTemplate={error ? error.message : t('No markets')}
|
||||||
components={components}
|
components={components}
|
||||||
|
rowHeight={45}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user