Skip to content

Commit

Permalink
nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
i0am0arunava committed Nov 6, 2024
1 parent 7b16aa1 commit 1e62a29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Facility/CentralNursingStation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export default function CentralNursingStation({ facilityId }: Props) {
qParams.monitors_without_patient === "true" ? undefined : "true",
},
});

const totalCount = query.data?.count ?? 0;
const data = query.data?.results.map((obj) => ({
patientAssetBed: obj,
Expand Down

0 comments on commit 1e62a29

Please sign in to comment.