We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4289d50 commit a886ebeCopy full SHA for a886ebe
src/app/components/dashboard/DashboardPage.tsx
@@ -153,6 +153,7 @@ async function pollFetch(): Promise<DashboardData> {
153
pr.reviewThreads = e.reviewThreads;
154
pr.totalReviewCount = e.totalReviewCount;
155
pr.enriched = e.enriched;
156
+ pr.nodeId = e.nodeId;
157
}
158
} else {
159
state.pullRequests = data.pullRequests;
0 commit comments