Browse Source

fixed vitals

Josh 4 năm trước cách đây
mục cha
commit
93b99b0c28
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'=>''
-        ]
+        ];
     }
 }