|
@@ -20,7 +20,7 @@ $plural = 'Allergies';
|
|
|
|
|
|
<?php if(!$tracker || !@($tracker->data->no_known_allergies_of_any_type)): ?>
|
|
|
<?php if (!count($points)): ?>
|
|
|
- <div class="text-secondary">No {{$plural}}</div>
|
|
|
+ <div class="text-secondary">-</div>
|
|
|
<?php else: ?>
|
|
|
<?php foreach ($points as $point): ?>
|
|
|
<?php if($point->is_removed && $point->is_removed_due_to_entry_error) continue; ?>
|
|
@@ -65,7 +65,7 @@ $plural = 'Allergies';
|
|
|
<?php endforeach; ?>
|
|
|
@if(!$numVisible)
|
|
|
<div class="d-flex align-items-baseline mr-1">
|
|
|
- <span class="text-secondary">No {{$plural}}</span>
|
|
|
+ <span class="text-secondary">-</span>
|
|
|
</div>
|
|
|
@endif
|
|
|
@if($numRelevant)
|