Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jophish committed Dec 9, 2024
1 parent 5b24c21 commit 96362ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/earn/EarnEnterAmount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ function EarnEnterAmount({ route }: Props) {
inputAmount: tokenAmount.toString(),
useMax: selectedPercentage === 1,
})
} else if (tokenAmount && prepareTransactionsResult?.type === 'possible') {
} else if (prepareTransactionsResult?.type === 'possible') {
navigate(Screens.EarnDepositBottomSheet, {
serializedPreparedTransactions: getSerializablePreparedTransactions(
prepareTransactionsResult.transactions
Expand Down

0 comments on commit 96362ad

Please sign in to comment.