mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
Update screen/wallets/ImportWalletDiscovery.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
e82bcb4e1d
commit
4b6444bdb1
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ const ImportWalletDiscovery: React.FC = () => {
|
|||
/>
|
||||
);
|
||||
|
||||
const keyExtractor = (w: { id: string }) => w.id;
|
||||
const keyExtractor = (w: WalletEntry) => w.id;
|
||||
|
||||
const ListHeaderComponent = useMemo(
|
||||
() => (
|
||||
|
|
Loading…
Add table
Reference in a new issue