Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
typing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
btabaska committed Aug 23, 2024
1 parent a1e2198 commit f1195d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/components/search/SearchPagination.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const mockUpdateTotalResults = jest.fn();
interface SearchPaginationProps {
page: number;
query: string;
total?: number;
total?: string;
loading?: boolean;
}

Expand Down

0 comments on commit f1195d9

Please sign in to comment.