+
+ {showClosed
+ ? "No pull requests found."
+ : "No open pull requests."}
+
+
+ ) : (
+
+ {pullRequests.map((pr) => {
+ const state = normalizePRState(pr.state, pr.isDraft);
+ return (
+ // biome-ignore lint/a11y/useSemanticElements: row contains nested action buttons, so the outer element is a div with role/tabIndex
+