Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Update packages/react-instantsearch-hooks-web/src/widgets/HitsPerPage…
Browse files Browse the repository at this point in the history
….tsx

Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>
  • Loading branch information
Haroenv and francoischalifour authored Jun 6, 2022
1 parent 17ecde5 commit f5f98f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export type HitsPerPageProps = Omit<
HitsPerPageUiComponentProps,
keyof UiProps
> &
UseHitsPerPageProps & { notASwag: true };
UseHitsPerPageProps;

export function HitsPerPage({
items: userItems,
Expand Down

0 comments on commit f5f98f9

Please sign in to comment.