File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
web/src/pages/Cases/CaseDetails/Voting Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { useParams } from "react-router-dom";
44import { Button , Textarea } from "@kleros/ui-components-library" ;
55import { useGetMetaEvidence } from "queries/useGetMetaEvidence" ;
66import { wrapWithToast } from "utils/wrapWithToast" ;
7- import { useWalletClient , usePublicClient } from "wagmi" ;
7+ import { useWalletClient } from "wagmi" ;
88import { prepareWriteDisputeKitClassic } from "hooks/contracts/generated" ;
99
1010const Binary : React . FC < { arbitrable ?: string ; voteIDs : string [ ] } > = ( { arbitrable, voteIDs } ) => {
@@ -16,7 +16,6 @@ const Binary: React.FC<{ arbitrable?: string; voteIDs: string[] }> = ({ arbitrab
1616 const [ isSending , setIsSending ] = useState ( false ) ;
1717 const [ justification , setJustification ] = useState ( "" ) ;
1818 const { data : walletClient } = useWalletClient ( ) ;
19- const publicClient = usePublicClient ( ) ;
2019
2120 return id ? (
2221 < Container >
You can’t perform that action at this time.
0 commit comments