Skip to content

Commit

Permalink
Comments tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdixon committed Nov 21, 2024
1 parent 894cc17 commit c4ae96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hydrogen/src/pagination/Pagination.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export function Pagination<NodesType>({
startCursor,
} = usePagination<NodesType>(connection, namespace);

// Throw error for duplicate namespace
// Warn about non-unique namespace
if (
location.state?.pagination &&
namespace in location.state.pagination &&
Expand Down

0 comments on commit c4ae96e

Please sign in to comment.