@@ -57,7 +57,7 @@ if(!@$summaryView) {
<thead>
<tr class="">
@if($patient->core_note_id !== $note->id)
- <th class="border-bottom-0 text-secondary text-center width-30px d-none">Rel.</th>
+ <th class="border-bottom-0 text-secondary text-center width-30px">Rel.</th>
@endif
<th class="border-bottom-0 text-secondary">Name</th>
@if(!@$summaryView) <th class="border-bottom-0 text-secondary width-50px">Edit</th> @endif
@@ -19,7 +19,7 @@ list($careTeamMembers, $counts) = Point::getPointsOfCategoryExtended($patient, '
<th class="border-bottom-0 text-secondary">Name/Details</th>
@@ -19,7 +19,7 @@ list($goals, $counts) = Point::getPointsOfCategoryExtended($patient, 'GOAL', $no
<th class="border-bottom-0 text-secondary">Goal</th>
@@ -48,7 +48,7 @@ if(!@$summaryView) {
@@ -65,7 +65,7 @@ if(!@$summaryView) {
@@ -1,4 +1,4 @@
-<td class="text-center d-none">
+<td class="text-center">
<a href="#" class="toggle-relevance"
data-relevant="{{$rel ? '1' : '0'}}"
data-rel-uid="{{$rel ? $rel->uid : ''}}"