root 3 lat temu
rodzic
commit
ea92f566c3

+ 3 - 2
resources/views/app/patient/module-specific-summary-renderers/weight_loss_intake/plan.blade.php

@@ -1,4 +1,5 @@
 <?php $keysToSkip = [
+    'how_weight_affects_your_life_1',
     'how_weight_affects_your_life',
     'first_notice_on_weight_gain',
     'first_notice_on_weight_gain',
@@ -76,7 +77,7 @@
     'system_review',
     'women_only',
     'comments'
-] ?>
+]; ?>
 @if($points && count($points))
     <div class="d-flex border-bottom">
         <a class="mr-2 min-width-110px hide-if-note-signed"
@@ -103,4 +104,4 @@
             </table>
         </div>
     </div>
-@endif
+@endif

+ 2 - 2
resources/views/app/patient/module-specific-summary-renderers/weight_loss_intake/subjective.blade.php

@@ -1,5 +1,5 @@
 <?php $keysToSkip = [
-    'smart_goal_for_weight_loss',
+    'smart_goal_for_weight_loss'
 ]; 
 ?>
 @if($points && count($points))
@@ -28,4 +28,4 @@
             </table>
         </div>
     </div>
-@endif
+@endif