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] = [
             'value' => '',
             'effective_date'=>''
-        ]
+        ];
     }
 }