Skip to content

Commit 69b99d3

Browse files
committed
chore: remove unused contract read variables
1 parent e74ed3d commit 69b99d3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/nextjs/components/BatchStatus.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ import Link from "next/link";
22
import { useScaffoldReadContract } from "~~/hooks/scaffold-eth";
33

44
export function BatchStatus() {
5-
const {
6-
data: checkedInCounter,
7-
isLoading,
8-
isSuccess,
9-
} = useScaffoldReadContract({
5+
useScaffoldReadContract({
106
contractName: "BatchRegistry",
117
functionName: "checkedInCounter",
128
});

0 commit comments

Comments
 (0)