mirror of
https://github.com/Readarr/Readarr
synced 2026-05-09 05:21:41 +02:00
Fixed: Empty list message for System: Events
(cherry picked from commit a23639e62ee5e2106831c10d51b6a4d6ba569fdc) Closes #159
This commit is contained in:
parent
ed1935c85d
commit
050dd67972
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ function LogsTable(props) {
|
||||||
{
|
{
|
||||||
isPopulated && !error && !items.length &&
|
isPopulated && !error && !items.length &&
|
||||||
<div>
|
<div>
|
||||||
No logs found
|
No events found
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue