|
@@ -1,6 +1,6 @@
|
|
<?php if ($point->lastChildReview): ?>
|
|
<?php if ($point->lastChildReview): ?>
|
|
<?php $parsedReview = json_decode($point->lastChildReview->data); ?>
|
|
<?php $parsedReview = json_decode($point->lastChildReview->data); ?>
|
|
- <div><?= $parsedReview->value ?></div>
|
|
|
|
|
|
+ <div><?= @$parsedReview->value ?></div>
|
|
<div class="text-secondary text-sm"></div>
|
|
<div class="text-secondary text-sm"></div>
|
|
<?php if ($point->last_child_review_point_scoped_note_id === $note->id): ?>
|
|
<?php if ($point->last_child_review_point_scoped_note_id === $note->id): ?>
|
|
<span class="text-secondary text-sm">(reviewed on this note)</span>
|
|
<span class="text-secondary text-sm">(reviewed on this note)</span>
|