chore: disable day summary for now

This commit is contained in:
Christian Landgren 2021-07-31 10:43:12 +02:00
parent f48ac41d27
commit 161a851a29
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ export const ChildListItem = ({ child, color }: ChildListItemProps) => {
</View> </View>
</View> </View>
</View> </View>
<DaySummary child={child} date={date} /> {/*<DaySummary child={child} date={date} />*/}
{scheduleAndCalendarThisWeek.slice(0, 3).map((calendarItem, i) => ( {scheduleAndCalendarThisWeek.slice(0, 3).map((calendarItem, i) => (
<Text category="p1" key={i}> <Text category="p1" key={i}>
{`${calendarItem.title} (${displayDate(calendarItem.startDate)})`} {`${calendarItem.title} (${displayDate(calendarItem.startDate)})`}