mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-02 23:04:23 +00:00
Fixed: Empty list message for System: Events
(cherry picked from commit a23639e62ee5e2106831c10d51b6a4d6ba569fdc) Closes #159
This commit is contained in:
@@ -83,7 +83,7 @@ function LogsTable(props) {
|
||||
{
|
||||
isPopulated && !error && !items.length &&
|
||||
<div>
|
||||
No logs found
|
||||
No events found
|
||||
</div>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user