浏览代码

fixed vitals

Josh 4 年之前
父节点
当前提交
93b99b0c28
共有 1 个文件被更改,包括 1 次插入1 次删除
  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] = [
         $vitalValues[$vitalLabel] = [
             'value' => '',
             'value' => '',
             'effective_date'=>''
             'effective_date'=>''
-        ]
+        ];
     }
     }
 }
 }