mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 15:21:28 +00:00
linting fixes
This commit is contained in:
parent
4ffd0d2ddb
commit
fe23c985a2
2 changed files with 12 additions and 12 deletions
|
@ -270,18 +270,18 @@ class MovieIndexPoster extends Component {
|
|||
}
|
||||
|
||||
{
|
||||
showCinemaRelease &&
|
||||
showCinemaRelease &&
|
||||
<div className={styles.title}>
|
||||
{getRelativeDate(
|
||||
inCinemas,
|
||||
shortDateFormat,
|
||||
showRelativeDates,
|
||||
{
|
||||
timeFormat,
|
||||
timeForToday: false
|
||||
}
|
||||
)}
|
||||
</div>
|
||||
{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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue