@if ((pullRequests$ | async)?.length === 0) {

} @for (pullRequest of (pullRequests$ | async); track pullRequest) { }