Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TrGiLong committed Feb 20, 2024
1 parent 51e6992 commit 1fba6d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class RecipientSearchViewModel: ObservableObject {
self.flow = flow

let ethereumSearch: Bool
if !available(.solanaEthAddressEnabled) {
if !available(.ethAddressEnabled) {
ethereumSearch = false
} else {
if let preChosenWallet {
Expand Down

0 comments on commit 1fba6d4

Please sign in to comment.