瀏覽代碼

fixed bug on vitals

Josh 4 年之前
父節點
當前提交
c4eec65078
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/app/patient/dashboard.blade.php

+ 1 - 1
resources/views/app/patient/dashboard.blade.php

@@ -33,7 +33,7 @@
         $vitalValues = [];
 
         foreach($vitalLabels as $l){
-            $vitalValues[$l] = null;
+            $vitalValues[$l] = [];
         }
 
         foreach($patient->measurements as $measurement) {