Skip to content

Commit

Permalink
fix up test
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Apr 10, 2024
1 parent 106e0c3 commit 8ac604e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export function ClientChild({
}: {
queryRef: QueryReference<DynamicProductResult>;
}) {
const { data } = useReadQuery(queryRef);
const { refetch } = useQueryRefHandlers(queryRef);
const { data } = useReadQuery(queryRef);
return (
<>
<ul>
Expand Down

0 comments on commit 8ac604e

Please sign in to comment.