Manually merge PR #1799.
This commit is contained in:
@@ -146,7 +146,7 @@ export default function RealtimeLog({ data, websiteDomain }) {
|
||||
<div className={styles.body}>
|
||||
{logs?.length === 0 && <NoData />}
|
||||
{logs?.length > 0 && (
|
||||
<FixedSizeList height={400} itemCount={logs.length} itemSize={40}>
|
||||
<FixedSizeList height={500} itemCount={logs.length} itemSize={50}>
|
||||
{Row}
|
||||
</FixedSizeList>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user