Skip to content

Commit

Permalink
chore: lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanNeiverth committed Oct 21, 2024
1 parent 7d74bc8 commit a41c23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/create-vesting/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function Page() {
try {
const data = await decodeCalldata(
context?.hookToEdit?.hook.callData as `0x${string}`,
token.decimals
token.decimals,
);
if (data) {
setValue("vestUserInput", data.vestUserInput);
Expand Down

0 comments on commit a41c23a

Please sign in to comment.