Skip to content

Commit

Permalink
added usebreakpoint hook
Browse files Browse the repository at this point in the history
  • Loading branch information
i0am0arunava committed Nov 6, 2024
1 parent a0baac9 commit 2459be9
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 @@ -50,7 +50,6 @@ export default function CentralNursingStation({ facilityId }: Props) {
const { qParams, updateQuery, removeFilter, updatePage } = useFilters({
limit: PER_PAGE_LIMIT,
});

const query = useQuery(routes.listPatientAssetBeds, {
pathParams: { facility_external_id: facilityId },
query: {
Expand Down

0 comments on commit 2459be9

Please sign in to comment.