+ {isLoading && Loading...
}
+ {!isLoading && pullRequests.length === 0 && (
+ No pull requests found for this filter.
+ )}
+ {!isLoading && pullRequests.length > 0 && (
+
+ {pullRequests.map((pr) => (
+
+ ))}
+
+ )}
+ {totalPages > 1 && (
+
+
+
+ Page {currentPage} of {totalPages}
+
+
+
+ )}
+
+