Josh 4 vuotta sitten
vanhempi
commit
93b99b0c28
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      resources/views/app/patient/partials/vitals.blade.php

+ 1 - 1
resources/views/app/patient/partials/vitals.blade.php

@@ -22,7 +22,7 @@ foreach($vitalLabels as $vitalLabel){
         $vitalValues[$vitalLabel] = [
             'value' => '',
             'effective_date'=>''
-        ]
+        ];
     }
 }