Skip to content

Commit

Permalink
increased column in 4k display
Browse files Browse the repository at this point in the history
  • Loading branch information
i0am0arunava committed Nov 7, 2024
1 parent b17bfa5 commit 596b0da
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: 10,
fourK: 12,
};
const PER_PAGE_LIMIT = useBreakpoints(breakpointValues);
const { t } = useTranslation();
Expand Down

0 comments on commit 596b0da

Please sign in to comment.