Browse Source

Ticket - canvasData check

Vijayakrishnan 4 years ago
parent
commit
91e1a7b8e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/app/patient/tickets.blade.php

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

@@ -184,7 +184,7 @@
                             }
                         ?>
 
-                        patientRx: <?= $contentData ? json_encode($contentData['items']) : [] ?>,
+                        patientRx: <?= $contentData ? json_encode($contentData['items']) : '[]' ?>,
                     },
                     computed: {
                         numAll: function() {