Skip to content

Commit

Permalink
Update ProjectReview.js (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
saakhil authored Jun 18, 2024
1 parent 44ff7bc commit 6b78d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/projectReview/ProjectReview.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ const ProjectReview = hh(class ProjectReview extends Component {
project.fundings = this.getFundings(this.state.formData.fundings);
project.attestation = this.state.formData.projectExtraProps.attestation;
project.projectReviewApproved = this.state.formData.projectExtraProps.projectReviewApproved;
project.protocol = this.state.formData.projectExtraProps.protocol;
project.protocol = this.state.formData.projectExtraProps.protocol || "--";
project.feeForService = this.state.formData.projectExtraProps.feeForService;
project.broadInvestigator = this.state.formData.projectExtraProps.broadInvestigator;
project.broadInvestigatorTextValue = this.state.formData.projectExtraProps.broadInvestigatorTextValue;
Expand Down

0 comments on commit 6b78d75

Please sign in to comment.