Skip to content

Commit

Permalink
Fixed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroMargineanu committed Dec 5, 2024
1 parent fe77f39 commit 926a4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/Pagination/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { DataTestIdsEnum } from 'constants/index';
import { WithStylesImportType } from 'hocs/useStyles';
import { withStyles } from 'hocs/withStyles';
import { WithClassnameType } from 'UI/types';
import { stringIsInteger } from 'utils';
import { stringIsInteger } from 'utils/validation/stringIsInteger';

import { PaginationEdgeButton } from './components';
import { getPagination } from './helpers';
Expand Down

0 comments on commit 926a4a9

Please sign in to comment.