Skip to content

Commit

Permalink
fix(mobile): fix crash (#859)
Browse files Browse the repository at this point in the history
* fix(mobile): fix crash

* cleanup
  • Loading branch information
voloshinskii authored May 15, 2024
1 parent 028a71e commit 893dc52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const RechargeMethods = memo(() => {
onPress={handleRechargeBattery(
true,
filteredJettonBalances.length
? filteredJettonBalances[0].jettonAddress
? Address.parse(filteredJettonBalances[0].jettonAddress).toRaw()
: undefined,
)}
leftContent={
Expand Down

0 comments on commit 893dc52

Please sign in to comment.