Browse Source

fixed bug on vitals

Josh 4 năm trước cách đây
mục cha
commit
c4eec65078
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {