소스 검색

error typo fix

Peter Muturi 3 년 전
부모
커밋
12863f42bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/app/patient/primary-coverage.blade.php

+ 1 - 1
resources/views/app/patient/primary-coverage.blade.php

@@ -27,7 +27,7 @@
             @if($cpc->plan_type == 'MEDICARE')
                 @include('app.patient.primary-coverage-refresh', ['endpoint'=>'refreshCoverageForMedicare'])
                 <span class="mx-2 text-secondary text-sm">|</span>
-                @include('app.patient.primary-coverage-manual-determination-commercial')
+                @include('app.patient.primary-coverage-manual-determination-medicare')
             @endif
             @if($cpc->plan_type == 'MEDICAID')
                 @include('app.patient.primary-coverage-refresh', ['endpoint'=>'refreshCoverageForMedicaid'])