@let tomorrow = plannerService.tomorrow$ | async; @let leftOverTodayIds = leftOverTodayIds$ | async; @if (tomorrow) {
@if (leftOverTodayIds?.length) {
}
}