Back to Openproject

Tab Prs.Component

modules/github_integration/frontend/module/tab-prs/tab-prs.component.html

17.3.1117 B
Original Source

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

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