0 && styles.day__events)
+ }
+ data-testid="day"
+ >
{date.getDate()}
= ({
>
{expanded === index ? allEventsList : allEventsList?.slice(0, 2)}
- {allEventsList?.length > 2 && (
+ {(allEventsList?.length > 2 ||
+ (windowWidth <= 700 && allEventsList?.length > 0)) && (
)}