1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-26 22:52:40 +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} to={link}
> >
{ <div className={styles.date}>
showDate && <div className={styles.dateIcon}>
<div className={styles.date}> <Icon
<div className={styles.dateIcon}> name={releaseIcon}
<Icon kind={kinds.DEFAULT}
name={releaseIcon} />
kind={kinds.DEFAULT} </div>
/> {(showDate) ? startTime.format(longDateFormat) : null}
</div> </div>
{startTime.format(longDateFormat)}
</div>
}
<div <div
className={classNames( className={classNames(