mirror of
https://github.com/Radarr/Radarr
synced 2025-01-01 12:54:21 +00:00
Fixed: Calendar Ledgend not being shown
This commit is contained in:
parent
61450a5ca4
commit
bbd065940e
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class CalendarPage extends Component {
|
|||
}
|
||||
|
||||
{
|
||||
hasMovie && !! movieError &&
|
||||
hasMovie && !movieError &&
|
||||
<LegendConnector />
|
||||
}
|
||||
</PageContentBodyConnector>
|
||||
|
|
Loading…
Reference in a new issue