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 f41df19 commit 973970f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const RenewName: FC<{
<div>{rentPriceFormatted} eth</div>
<Button
onClick={() => {
writeContract(config);
writeContract(config as any);
}}
variant="primary"
>
Expand Down

0 comments on commit 973970f

Please sign in to comment.