Ver Fonte

fixed npx

= há 3 anos atrás
pai
commit
d2c2ac784d
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      resources/views/app/patient/note/rhs-sidebar.blade.php

+ 4 - 1
resources/views/app/patient/note/rhs-sidebar.blade.php

@@ -12,7 +12,10 @@
          title="Care Month: {{friendly_month($careMonth->start_date)}}"
          @endif
          popup-style="overflow-visible"
-         href="/patients/view/{{ $note->client->uid }}/care-months/view/{{$careMonth->uid}}">
+         @if($careMonth)
+         href="/patients/view/{{ $note->client->uid }}/care-months/view/{{$careMonth->uid}} 
+         @endif
+         >
         <div class="font-weight-bold">
             Recent Measurements
         </div>