Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pierregee committed Nov 17, 2023
1 parent 905979e commit f5de428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function ContractMethodForm({
const [userInput, setUserInput] = useState<KeyValue>(defaultInputValues);
const [dfiValue, setDfiValue] = useState("");
const [readResult, setReadResult] = useState<SmartContractOutputWithValue[]>(
[]
[],
);
const [writeResult, setWriteResult] = useState<string>();
const [error, setError] = useState<string>();
Expand Down

0 comments on commit f5de428

Please sign in to comment.