1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02:00

Fixed: Grouping of movies on the same date in the calendar agenda view (#5068)

This commit is contained in:
nitsua 2020-09-26 12:18:35 -04:00 committed by GitHub
parent b4abfaa695
commit 9864d555f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,18 +92,15 @@ class AgendaEvent extends Component {
)}
to={link}
>
{
showDate &&
<div className={styles.date}>
<div className={styles.dateIcon}>
<Icon
name={releaseIcon}
kind={kinds.DEFAULT}
/>
</div>
{startTime.format(longDateFormat)}
</div>
}
<div className={styles.date}>
<div className={styles.dateIcon}>
<Icon
name={releaseIcon}
kind={kinds.DEFAULT}
/>
</div>
{(showDate) ? startTime.format(longDateFormat) : null}
</div>
<div
className={classNames(