@@ -70,7 +70,7 @@ $medications = $points;
@endif
</div>
- @if($medication->is_removed && ($medication->added_in_note_id !== $note->id && $medication->removed_in_note_id === $note->id))
+ @if($medication->is_removed && $medication->removed_in_note_id === $note->id)
<div class="mt-1 text-sm text-secondary">Discontinued during this visit</div>