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 89d424c commit 7b16aa1
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 @@ -47,7 +47,6 @@ export default function CentralNursingStation({ facilityId }: Props) {
const PER_PAGE_LIMIT = useBreakpoints(breakpointValues);
const { t } = useTranslation();
const [isFullscreen, setFullscreen] = useFullscreen();

const { qParams, updateQuery, removeFilter, updatePage } = useFilters({
limit: PER_PAGE_LIMIT,
});
Expand Down

0 comments on commit 7b16aa1

Please sign in to comment.