Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jul 17, 2024
1 parent 5e71cce commit 91d1f6c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export const MakeCommit: FC<{ commithash: string }> = ({ commithash }) => {
<Button
onClick={() => {
writeContract({
...config,
});
...config as any,
} as any);
}}
variant="primary"
>
Expand Down

0 comments on commit 91d1f6c

Please sign in to comment.