mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
Update ManageWallets.tsx
This commit is contained in:
parent
d0fdb6b28d
commit
4633d4b4ea
1 changed files with 2 additions and 2 deletions
|
@ -437,8 +437,8 @@ const ManageWallets: React.FC = () => {
|
|||
return (
|
||||
<ManageWalletsListItem
|
||||
item={item}
|
||||
onPressIn={state.isSearchFocused || state.searchQuery.length > 0 ? undefined : undefined}
|
||||
onPressOut={state.isSearchFocused || state.searchQuery.length > 0 ? undefined : undefined}
|
||||
onPressIn={undefined}
|
||||
onPressOut={undefined}
|
||||
isDraggingDisabled={state.searchQuery.length > 0 || state.isSearchFocused}
|
||||
state={state}
|
||||
navigateToWallet={navigateToWallet}
|
||||
|
|
Loading…
Add table
Reference in a new issue