mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 16:17:13 +01:00
Manually merge PR #1799.
This commit is contained in:
parent
43499eb4fd
commit
d2edb0d0d7
2 changed files with 13 additions and 4 deletions
|
|
@ -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>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue