@ -270,18 +270,18 @@ class MovieIndexPoster extends Component {
}
{
showCinemaRelease &&
<div className={styles.title}>
{getRelativeDate(
inCinemas,
shortDateFormat,
showRelativeDates,
timeFormat,
timeForToday: false
)}
</div>
@ -73,7 +73,7 @@ class MovieIndexPosterOptionsModalContent extends Component {
state.showQualityProfile = showQualityProfile;
if (showCinemaRelease != prevProps.showCinemaRelease) {
if (showCinemaRelease !== prevProps.showCinemaRelease) {
state.showCinemaRelease = showCinemaRelease;