diff --git a/src/Components/Patient/PatientFilter.tsx b/src/Components/Patient/PatientFilter.tsx
index 773a3f333b7..f496a59df6d 100644
--- a/src/Components/Patient/PatientFilter.tsx
+++ b/src/Components/Patient/PatientFilter.tsx
@@ -343,27 +343,25 @@ export default function PatientFilter(props: any) {
/>
- {props.dischargePage || (
-
-
- {props.dischargePage && "Last "}Admitted to (Bed Types)
-
- o.id}
- optionLabel={(o) => o.text}
- onChange={(o) =>
- setFilterState({
- ...filterState,
- last_consultation_admitted_bed_type_list: o,
- })
- }
- />
-
- )}
+
+
+ {props.dischargePage && "Last "}Admitted to (Bed Types)
+
+ o.id}
+ optionLabel={(o) => o.text}
+ onChange={(o) =>
+ setFilterState({
+ ...filterState,
+ last_consultation_admitted_bed_type_list: o,
+ })
+ }
+ />
+
Has consent records for