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

View File

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