Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zaliqarosli committed Nov 21, 2023
1 parent 67e0aaa commit b0b36b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/configuration/jsx/DiagnosisEvolution.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class DiagnosisEvolution extends Component {
/**
* renders the diagnosis trajectory form
*
* @param {int} dxEvolutionID
* @param {number} dxEvolutionID
* @return {JSX} React markup for the component
*/
renderDiagnosisForm(dxEvolutionID) {
Expand Down Expand Up @@ -300,7 +300,7 @@ class DiagnosisEvolution extends Component {
*
* @param {object} formData - Form data
* @param {string} tabID - Relevant tab
* @return {bool}
* @return {boolean}
*/
validate(formData, tabID) {
let isValid = true;
Expand Down

0 comments on commit b0b36b0

Please # to comment.