Skip to content

Commit

Permalink
Radhakrishnan | MOBN-2401 | Fix lint errors (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: srkrishna <[email protected]>
  • Loading branch information
Srkrishna authored Jun 28, 2024
1 parent 68796f7 commit 0b69a25
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ angular.module('bahmni.common.uicontrols.programmanagment')
return _.get(currentState, 'state.concept.display');
};

$scope.getPatientDashboardUrl = function(patient, patientProgram) {
if (!patient || !patientProgram ) {
$scope.getPatientDashboardUrl = function (patient, patientProgram) {
if (!patient || !patientProgram) {
return '#';
}

Expand Down

0 comments on commit 0b69a25

Please sign in to comment.