mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 22:37:06 -04:00
Fixed: Empty list message for System: Events
This commit is contained in:
parent
cde5a6d1a4
commit
a23639e62e
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ function LogsTable(props) {
|
||||||
{
|
{
|
||||||
isPopulated && !error && !items.length &&
|
isPopulated && !error && !items.length &&
|
||||||
<div>
|
<div>
|
||||||
No logs found
|
No events found
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue