Skip to content

Commit

Permalink
Handle chains that don't support memos
Browse files Browse the repository at this point in the history
  • Loading branch information
thal0x committed Jul 31, 2023
1 parent 21dd8ac commit c36a94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solve/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export function useSolveForm() {
setFormValues,
routeLoading,
isError,
numberOfTransactions,
numberOfTransactions: numberOfTransactions ?? 0,
route,
insufficientBalance,
};
Expand Down

0 comments on commit c36a94b

Please sign in to comment.