jnfrati 3 년 전
부모
커밋
afa4e4aec5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dashboard/src/main/home/cluster-dashboard/preview-environments/deployments/DeploymentList.tsx

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/preview-environments/deployments/DeploymentList.tsx

@@ -118,7 +118,7 @@ const DeploymentList = () => {
         }
 
         setDeploymentList(deploymentList.deployments || []);
-        setPullRequests(deploymentList.pull_requrests || []);
+        setPullRequests(deploymentList.pull_requests || []);
 
         setNewCommentsDisabled(environmentList.new_comments_disabled || false);