浏览代码

fixed vitals

Josh 4 年之前
父节点
当前提交
c0564979e5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/app/patient/partials/vitals.blade.php

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

@@ -21,7 +21,7 @@ foreach($vitalLabels as $vitalLabel){
     if(!isset($vitalValues[$vitalLabel])){
         $vitalValues[$vitalLabel] = [
             'value' => '',
-            'effective_date'=>''
+            'effectiveDate'=>''
         ];
     }
 }