Skip to content

Commit 195af2e

Browse files
committed
Lint
1 parent 973970f commit 195af2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/local/content/demos/ethregistry/transactions/MakeCommit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const MakeCommit: FC<{ commithash: string }> = ({ commithash }) => {
4646
<Button
4747
onClick={() => {
4848
writeContract({
49-
...config as any,
49+
...(config as any),
5050
} as any);
5151
}}
5252
variant="primary"

app/local/content/demos/ethregistry/transactions/RegisterName.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const RegisterName: FC<{
7575
<Button
7676
onClick={() => {
7777
writeContract({
78-
...config as any,
78+
...(config as any),
7979
} as any);
8080
}}
8181
variant="primary"

0 commit comments

Comments
 (0)