Skip to content

Commit a886ebe

Browse files
committed
fix(dashboard): copies nodeId in phaseOne enrichment merge
1 parent 4289d50 commit a886ebe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/components/dashboard/DashboardPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ async function pollFetch(): Promise<DashboardData> {
153153
pr.reviewThreads = e.reviewThreads;
154154
pr.totalReviewCount = e.totalReviewCount;
155155
pr.enriched = e.enriched;
156+
pr.nodeId = e.nodeId;
156157
}
157158
} else {
158159
state.pullRequests = data.pullRequests;

0 commit comments

Comments
 (0)