File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { Avatar } from "@/components/Common/Avatar";
22import { PatientAddressLink } from "@/components/Patient/PatientAddressLink" ;
33import { PatientTagsDisplay } from "@/components/Patient/PatientTagsDisplay" ;
44import { formatPatientAddress } from "@/components/Patient/utils" ;
5+ import { Badge } from "@/components/ui/badge" ;
56import { Button } from "@/components/ui/button" ;
67import {
78 PatientListRead ,
@@ -49,6 +50,11 @@ export const PatientInfoHoverCard = ({
4950 </ span >
5051 </ div >
5152 </ div >
53+ { "deceased_datetime" in patient && patient . deceased_datetime && (
54+ < Badge variant = "destructive" className = "text-xs h-5 mt-1" >
55+ { t ( "deceased" ) }
56+ </ Badge >
57+ ) }
5258 </ div >
5359 < div className = "flex items-center gap-2" >
5460 { ! isPatientHomePage && facilityId && (
You can’t perform that action at this time.
0 commit comments