1
0
Fork 0
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:
Qstick 2019-12-07 02:04:38 -05:00
parent 61450a5ca4
commit bbd065940e

View file

@ -156,7 +156,7 @@ class CalendarPage extends Component {
}
{
hasMovie && !! movieError &&
hasMovie && !movieError &&
<LegendConnector />
}
</PageContentBodyConnector>