Skip to content

Commit

Permalink
increased column in 4k display ok
Browse files Browse the repository at this point in the history
  • Loading branch information
i0am0arunava committed Nov 8, 2024
1 parent b867741 commit 48af681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Facility/CentralNursingStation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function CentralNursingStation({ facilityId }: Props) {
const breakpointValues = {
default: 6,
largedisplay: 9,
fourK: 12,
fourK: 24,
};
const PER_PAGE_LIMIT = useBreakpoints(breakpointValues);
const { t } = useTranslation();
Expand Down

0 comments on commit 48af681

Please sign in to comment.